From dde5c648e56920c6a5d5473f82d7649c6832e4fe Mon Sep 17 00:00:00 2001 From: Guillaume Rischard Date: Mon, 31 Jul 2023 12:35:41 -0400 Subject: [PATCH] Default to the browser's sans serif --- css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.scss b/css/main.scss index f29d951..0eb4086 100755 --- a/css/main.scss +++ b/css/main.scss @@ -6,7 +6,7 @@ // Our variables -$base-font-family: Helvetica, Arial, sans-serif; +$base-font-family: sans-serif; $base-font-size: 16px; $small-font-size: $base-font-size * 0.875; $base-line-height: 1.5;