aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-01 18:06:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-01 18:06:20 +0200
commitda2f352190ec2fcc9aece38eb42d9bef0758089f (patch)
tree0eac63699da4f097aa505a1e24af9f2f4afd70c4
parentbbbd011b3dfc58efbf254d557f0efa203789e47a (diff)
We don’t use emojis
-rw-r--r--static/style.css3
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;