Use system fonts

This commit is contained in:
Paul Friederichsen 2021-12-22 19:56:43 -06:00
parent b65b5598f3
commit cddd3ff3e2
2 changed files with 6 additions and 0 deletions

View File

@ -4,4 +4,9 @@
}
.hydrus-warning {
color: #d00;
}
:root {
--md-text-font: Roboto, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, sans-serif;
--md-code-font: "Roboto Mono", ui-monospace, Consolas, Menlo, monospace;
}

View File

@ -25,6 +25,7 @@ theme:
primary: blue grey
logo: assets/hydrus-white.svg
favicon: assets/hydrus-black.svg
font: false
features:
- navigation.instant
- navigation.tracking