From d6726651bee74327a69bfd759f889f644b22fc96 Mon Sep 17 00:00:00 2001 From: Florian Sesser Date: Fri, 25 Apr 2025 10:35:12 +0000 Subject: [PATCH] Don't override page font like this or to this font family See https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/#font-stacks on how to override font family choice with this theme proper and https://infinnie.github.io/blog/2017/systemui.html why not to use 'system-ui' for font-family on web pages. --- src/_sass/_custom.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss index eb294bc..d4f2c82 100644 --- a/src/_sass/_custom.scss +++ b/src/_sass/_custom.scss @@ -1,7 +1,3 @@ -body { - font-family: system-ui; -} - .page__hero--overlay { padding: 1em; }