From a4ebbbc925e5fc6120610149b5f57f6d25829a5d Mon Sep 17 00:00:00 2001 From: Kai Kubasta Date: Sun, 22 Nov 2015 21:39:19 +0100 Subject: [PATCH] make font more readable Please do not use light typefaces, they are hard to read and inappropriate for running text. --- frontend/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/style.css b/frontend/style.css index 24755d3..df8d885 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -1,5 +1,5 @@ body { - font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:300; font-stretch:normal; + font-family: sans-serif; } .header {