From 7ec2137652444c5eb13bc2b9bb82fa3bd18513d1 Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Fri, 2 Aug 2019 13:55:18 +0200 Subject: [PATCH] add Chrome, Android fonts --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 19d7cbb..6c67968 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -6,7 +6,7 @@ } body { - font-family: -apple-system,"Helvetica Neue","Segoe UI",sans-serif; + font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Roboto",sans-serif; font-size: 16px; font-size: calc(0.8rem + 0.25vw); font-weight: 400;