From 550576b6bb3a5584d31ae2935268d0f9f519a1ff Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 17 Oct 2022 11:04:03 +0100 Subject: [PATCH] Try lighter font in body --- style/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/styles.css b/style/styles.css index c5563b7..4e833bd 100644 --- a/style/styles.css +++ b/style/styles.css @@ -35,7 +35,7 @@ body { .page-main-content { text-align: center; font-family: oxygen, sans-serif; - font-weight: normal; + font-weight: 300; color: #f0f0f0f0; width: 95%; overflow: hidden;