From 81997ab52df7f5c9006ef8aa2f10287016bf8b76 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Tue, 25 Jun 2024 17:42:13 +0100 Subject: [PATCH] Update main.scss --- css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.scss b/css/main.scss index f2e566e..cf3e62f 100644 --- a/css/main.scss +++ b/css/main.scss @@ -6,7 +6,7 @@ // Our variables -$base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; +$base-font-family: Helvetica, Arial, sans-serif; $base-font-size: 16px; $base-font-weight: 400; $small-font-size: $base-font-size * 0.875;