From 32c5ce097be4c27527070ebda5d29851e72e3db5 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Fri, 4 Nov 2022 23:50:45 -0700 Subject: [PATCH] Tweak font css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index bfc0dd5..de9e414 100644 --- a/style.css +++ b/style.css @@ -23,7 +23,7 @@ header { body { background-color:#2B2B4D; color: white; - font-family: "Fira Sans, Ubuntu"; + font-family: "Fira Sans", sans-serif; } b {