diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 18:06:20 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 18:06:20 +0200 |
commit | da2f352190ec2fcc9aece38eb42d9bef0758089f (patch) | |
tree | 0eac63699da4f097aa505a1e24af9f2f4afd70c4 /static | |
parent | bbbd011b3dfc58efbf254d557f0efa203789e47a (diff) |
We don’t use emojis
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 23d0369..402e8c6 100644 --- a/static/style.css +++ b/static/style.css @@ -51,8 +51,7 @@ } :root { - --font-family: 'Source Sans 3', sans-serif, 'Apple Color Emoji', - 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + --font-family: 'Source Sans 3', sans-serif; --line-height: 1.5; --font-weight: 400; --font-size: 16px; |