From b1f579e1b0a3669dcb626c8f9c4b053575af3726 Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Sun, 12 Jun 2022 14:21:48 -0500 Subject: [PATCH] HOPEFULLY fixed the fonts issue >_< --- src/_modules.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_modules.scss b/src/_modules.scss index 9099ee6..564f3fe 100644 --- a/src/_modules.scss +++ b/src/_modules.scss @@ -198,7 +198,7 @@ your platform, you do not have the SF Pro Fonts installed Download those here: https://github.com/blaisck/sfwin/tree/master/SFPro/OpenType */ .platform-linux *, .platform-win *{ - font-family: SF Pro Display, sans-serif !important; + font-family: "SF Pro Display", sans-serif !important; text-rendering: optimizeLegibility !important; text-transform: none; }