From 1d311d140edf78326a57e9a00501eddf9b7a5d58 Mon Sep 17 00:00:00 2001 From: RikSolo Date: Thu, 13 Feb 2025 00:26:40 +0100 Subject: [PATCH] fall back to monospace --- content/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/style.scss b/content/style.scss index 9191e0b..77f6023 100644 --- a/content/style.scss +++ b/content/style.scss @@ -14,7 +14,7 @@ $text-default: $white-light; $primary: $blue; $secondary: $blue-med; -$default-font-family: 'Inconsolata', serif; +$default-font-family: 'Inconsolata', monospace; $default-font-weight: 400; body {