From 35838351ebd8a9ed2eee605c8d02737d7606288b Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Tue, 6 Jan 2026 12:46:13 -0800 Subject: [PATCH] switch font off glitch font --- styles/main.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/styles/main.css b/styles/main.css index 49ae94d..d0eda83 100644 --- a/styles/main.css +++ b/styles/main.css @@ -3,8 +3,6 @@ --wrapper-height: 87vh; --image-max-width: 300px; --image-margin: 3rem; - --font-family: "HK Grotesk"; - --font-family-header: "HK Grotesk"; } /* Light/dark modes */ @@ -32,19 +30,6 @@ display: none !important; } -/* Import fonts */ -@font-face { - font-family: HK Grotesk; - src: url("https://cdn.glitch.me/605e2a51-d45f-4d87-a285-9410ad350515%2FHKGrotesk-Regular.otf?v=1603136326027") - format("opentype"); -} -@font-face { - font-family: HK Grotesk; - font-weight: bold; - src: url("https://cdn.glitch.me/605e2a51-d45f-4d87-a285-9410ad350515%2FHKGrotesk-Bold.otf?v=1603136323437") - format("opentype"); -} - /*********/ /* Links */ /*********/ @@ -143,7 +128,7 @@ a:after { /********/ body { - font-family: var(--font-family); + font-family: sans-serif; background-color: var(--color-bg); color: var(--color-text-main); }