css: default monospace font

This commit is contained in:
Anirudh Oppiliappan 2022-12-18 22:08:03 +05:30
parent 089ada4cac
commit 99a092b8b0
No known key found for this signature in database
GPG Key ID: 8A93F96F78C5D4C4
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
--sans-font: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
--display-font: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
--mono-font: monospace;
--mono-font: "SF Mono", "Roboto Mono", monospace;
}
html {
@ -64,7 +64,7 @@ main h2, h3 {
}
nav {
padding-top: 1rem;
padding: 0.4rem 0 1.5rem 0;
}
nav ul {