From 4adb57d6adb0f3dc747889ebb9ccea5c86a5596f Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Wed, 25 Dec 2024 20:34:57 +1000 Subject: [PATCH] fix: font no displayed in content --- assets/css/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/index.scss b/assets/css/index.scss index 63ae190..2fb355a 100644 --- a/assets/css/index.scss +++ b/assets/css/index.scss @@ -99,7 +99,7 @@ $mutedtext: #78756f; top: 53px; left: 284px; height: calc(100vh - 254px); - font-family: CommitMono Nerd Font !important; + font-family: CommitMono !important; font-size: 12px; letter-spacing: 1; border-radius: 10px; @@ -116,7 +116,7 @@ $mutedtext: #78756f; } span { - font-family: CommitMono Nerd Font !important; + font-family: CommitMono !important; } .image {