diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-21 11:47:44 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-21 11:47:44 -0700 |
commit | 5929e1b83b03d114055454e84e0c515e43183c2a (patch) | |
tree | 8bbef89745e8f392bb38c0c374ae3f8aa2a7ad18 /static/css | |
parent | update flake (diff) | |
download | fcuny.net-5929e1b83b03d114055454e84e0c515e43183c2a.tar.gz |
don't force a font on user
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/custom.css | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 7d8b20d..3deab85 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -2,25 +2,11 @@ html { font-size: 20px; } -@font-face { - font-family: "Gentium"; - font-style: normal; - font-weight: 400; - src: url(/fonts/gentium-basic-v11-latin-ext_latin-regular.woff) format("woff"); -} - -@font-face { - font-family: "Argon"; - font-style: normal; - font-weight: 400; - src: url(/fonts/MonaspaceArgon-Light.woff) format("woff"); -} - body { margin: 1em auto; max-width: 50rem; line-height: 1.3; - font-family: Gentium, serif; + font-family: sans-serif; } h1 { @@ -50,7 +36,7 @@ a:active { } code { - font-family: Argon, monospace; + font-family: monospace; color: #000; font-size: 0.8rem; overflow-x: auto; @@ -97,7 +83,7 @@ table { word-break: keep-all; margin-left: auto; margin-right: auto; - font-family: Argon, monospace; + font-family: monospace; } td { |