diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-18 22:08:03 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-18 22:08:03 +0530 |
commit | 99a092b8b01dd8edbc5a01401a1ae4178f88a018 (patch) | |
tree | 15f82bdc3a0169c5db4c5f37592baef6851cee5c /static/style.css | |
parent | 089ada4cac4dd900646c2039960214f549bed058 (diff) | |
download | legit-99a092b8b01dd8edbc5a01401a1ae4178f88a018.tar.gz legit-99a092b8b01dd8edbc5a01401a1ae4178f88a018.tar.bz2 legit-99a092b8b01dd8edbc5a01401a1ae4178f88a018.zip |
css: default monospace font
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 71e9b22..d1c25a6 100644 --- a/static/style.css +++ b/static/style.css @@ -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 { |