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
+1 -1
View File
@@ -1,6 +1,6 @@
@font-face { @font-face {
font-family: 'Hack Nerd Font Mono'; 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-weight: normal;
font-style: normal; font-style: normal;
} }
Binary file not shown.