switch font off glitch font
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user