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 | |
parent | update flake (diff) | |
download | fcuny.net-5929e1b83b03d114055454e84e0c515e43183c2a.tar.gz |
don't force a font on user
-rw-r--r-- | static/css/custom.css | 20 | ||||
-rw-r--r-- | static/fonts/MonaspaceArgon-Light.woff | bin | 50756 -> 0 bytes | |||
-rw-r--r-- | static/fonts/gentium-basic-v11-latin-ext_latin-regular.woff | bin | 44180 -> 0 bytes |
3 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 { diff --git a/static/fonts/MonaspaceArgon-Light.woff b/static/fonts/MonaspaceArgon-Light.woff deleted file mode 100644 index 61840e9..0000000 --- a/static/fonts/MonaspaceArgon-Light.woff +++ /dev/null Binary files differdiff --git a/static/fonts/gentium-basic-v11-latin-ext_latin-regular.woff b/static/fonts/gentium-basic-v11-latin-ext_latin-regular.woff deleted file mode 100644 index 115a08e..0000000 --- a/static/fonts/gentium-basic-v11-latin-ext_latin-regular.woff +++ /dev/null Binary files differ |