From c1bb5523d3463229e21a5a95136420850100efbd Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Tue, 11 Sep 2018 15:18:19 -0700 Subject: [PATCH] Use sans-serif body font. Easier on the eyes. --- header.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/header.tpl b/header.tpl index 7baeced..12efcdc 100644 --- a/header.tpl +++ b/header.tpl @@ -55,6 +55,9 @@ float: left; padding-left: 20px; } + body { + font-family:Helvetica,sans-serif; + }