From 956e523562cc28e4467551e968bc4452ac1c1ab0 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 17 Oct 2022 11:14:00 +0100 Subject: [PATCH] Change fallback fonts --- style/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/styles.css b/style/styles.css index e04a617..5654d6a 100644 --- a/style/styles.css +++ b/style/styles.css @@ -92,7 +92,7 @@ footer { padding: 8px 8px 8px 8px; margin-left: 20px; margin-top: 0px; - font-family: oxygen, Arial, Helvetica, sans-serif; + font-family: oxygen, sans-serif; font-weight: 300; text-decoration: none; text-align: right;