Fix font not loading

This commit is contained in:
Idrees Hassan
2025-09-09 17:55:54 -04:00
parent 7af0885dc8
commit 3831fb0515
5 changed files with 43 additions and 22 deletions

View File

@@ -1,8 +1,3 @@
@font-face {
font-family: Monocraft;
src: url("https://cdn.jsdelivr.net/gh/idreesinc/Monocraft@99b32ab40612ff2533a69d8f14bd8b3d9e604456/dist/Monocraft.otf");
}
:root {
--border-size: 2px;
--neg-border-size: calc(var(--border-size) * -1);