From df4a7186e9794ded447dcd6933ec2a5c8c62c430 Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Sun, 21 Jul 2019 02:09:02 +0200 Subject: [PATCH] update default fonts --- static/css/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 64978d7..e24a259 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -6,11 +6,12 @@ } body { - font-family: system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; + font-family: system-ui,-apple-system,"Helvetica Neue","Segoe UI",sans-serif; font-size: 16px; font-size: calc(0.8em + 0.25vw); font-weight: 400; line-height: 1.65; + color: #282828; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }