From 6d061434a07767cd18afec928a65a69bced9391b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 6 Jan 2020 19:08:42 +0100 Subject: Remove custom fonts --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css index 4dc3ae4..a0ca0da 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -3,6 +3,7 @@ body { margin: auto; padding: 1em; line-height: 1.5em; + font-family: sans-serif; } /* header and footer areas */ -- cgit 1.4.1