From be94564eba6c54408b1eba787112f97ff69d68ae Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 20 Mar 2024 18:36:11 +0100 Subject: Use sans-serif font as site-wide default Anything's better than the default serif font though I'm not actually sure a sans-serif font is appropriate for the vibe we're trying to give... Will need to re-evaluate later. --- static/base.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static') diff --git a/static/base.css b/static/base.css index 529dee9..1571567 100644 --- a/static/base.css +++ b/static/base.css @@ -11,6 +11,8 @@ html, body { padding: 0; margin: 0; + + font-family: Helvetica, Arial, sans-serif; } /* Sticky footer -- cgit v1.2.3