diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-07 11:59:01 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-20 12:24:34 +0200 |
commit | 4f709b04cee3ee9a1df009a8021b84d4f8fe6b81 (patch) | |
tree | 8ca517c98dbb78111327bf7d2f2315d16bc799e6 /public | |
parent | 640d8ab01b6763db2d120271230bc261b3cca2ec (diff) | |
download | server-4f709b04cee3ee9a1df009a8021b84d4f8fe6b81.tar.gz |
Remove Dingbats font from meta site font list.
Diffstat (limited to 'public')
-rw-r--r-- | public/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/style.css b/public/style.css index 55f0bd0..0228687 100644 --- a/public/style.css +++ b/public/style.css @@ -9,9 +9,9 @@ html { * { max-height: 100000px; /* disable chrome's "font boosting" algorithm */ } :root { - --font-normal: "Source Serif", "Georgia", "Noto Emoji", "Dingbats", serif; - --font-small: "Source Serif SmText", "Georgia", "Noto Emoji", "Dingbats", serif; - --font-widget: "Source Sans", "Verdana", "Noto Emoji", "Dingbats", sans-serif; + --font-normal: "Source Serif", "Georgia", "Noto Emoji", serif; + --font-small: "Source Serif SmText", "Georgia", "Noto Emoji", serif; + --font-widget: "Source Sans", "Verdana", "Noto Emoji", sans-serif; --drop-shadow: 1px 1px 4px #0004; |