diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-22 11:02:48 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-22 11:02:48 +0530 |
commit | d0f5d874c58abac60bd9145eb98c0305047c9d0f (patch) | |
tree | 0da6f76eb0302391029dc163f2150a8bd7cb57f0 /static/style.css | |
parent | 86eb64311cb85fddcef842f496a8b2e80c7f125b (diff) | |
download | legit-d0f5d874c58abac60bd9145eb98c0305047c9d0f.tar.gz legit-d0f5d874c58abac60bd9145eb98c0305047c9d0f.tar.bz2 legit-d0f5d874c58abac60bd9145eb98c0305047c9d0f.zip |
css: change iOS mono font
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index e5833fd..f46b051 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: -apple-system, "SF Mono", "Roboto Mono", monospace; + --mono-font: "SF Mono", "Input", "Menlo" "Roboto Mono", monospace; } html { |