From 8f56ccefd4484d286bbc0c0781dfa6a239fcf14a390034cfdd718392cbd8ba39 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Thu, 4 Aug 2022 00:00:00 +0000 Subject: Add Helvetica as a fallback font --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 24eae20..7851cff 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -27,7 +27,7 @@ body { background-color: black; color: lightgray; padding: 30px; - font-family: Arial, sans-serif; + font-family: Arial, Helvetica, sans-serif; margin: 0 auto; /* remove default styling */ } -- cgit v1.2.3