From da2f352190ec2fcc9aece38eb42d9bef0758089f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 1 Aug 2025 18:06:20 +0200 Subject: We don’t use emojis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'static') 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; -- cgit v1.2.3