switch font off glitch font

This commit is contained in:
2026-01-06 12:46:13 -08:00
parent 63d22768a0
commit 35838351eb

View File

@ -3,8 +3,6 @@
--wrapper-height: 87vh; --wrapper-height: 87vh;
--image-max-width: 300px; --image-max-width: 300px;
--image-margin: 3rem; --image-margin: 3rem;
--font-family: "HK Grotesk";
--font-family-header: "HK Grotesk";
} }
/* Light/dark modes */ /* Light/dark modes */
@ -32,19 +30,6 @@
display: none !important; 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 */ /* Links */
/*********/ /*********/
@ -143,7 +128,7 @@ a:after {
/********/ /********/
body { body {
font-family: var(--font-family); font-family: sans-serif;
background-color: var(--color-bg); background-color: var(--color-bg);
color: var(--color-text-main); color: var(--color-text-main);
} }