fixed issue with loading font

This commit is contained in:
2025-04-04 01:52:52 +00:00
parent 4a79bb89d8
commit 7c2000f46e
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
@font-face {
font-family: 'Hack Nerd Font Mono';
src: url('/home/violet/documents/development/vintagecoding.net/resources/HackNerdFontMono-Regular.ttf') format('ttf');
src: url('/resources/HackNerdFontMono-Regular.woff');
font-weight: normal;
font-style: normal;
}
@@ -28,7 +28,7 @@ a,
.modal_button,
th,
td {
font-family: 'HackNerdFontMono', Hack, sans-serif;
font-family: 'Hack Nerd Font Mono', Hack, sans-serif;
padding: 0;
margin: 0;
}