We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c25b636 + 4a4adf9 commit 4078e66Copy full SHA for 4078e66
src/css/custom.css
@@ -94,6 +94,8 @@ html[data-theme='dark'] {
94
--ifm-color-primary-light: hsl(var(--site-primary-hue-saturation-light) 54%);
95
--ifm-color-primary-lighter: hsl(var(--site-primary-hue-saturation-light) 62%);
96
--ifm-color-primary-lightest: hsl(var(--site-primary-hue-saturation-light) 73%);
97
+
98
+ --ifm-font-family-base: "Roboto", sans-serif;
99
}
100
101
.docusaurus-highlight-code-line {
0 commit comments