fixed font issue

This commit is contained in:
2025-04-15 11:07:40 -06:00
parent e05da10550
commit 9e47110758
4 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
*.env *.env
composer.lock composer.lock
/vendor/ /vendor/
profile_pictures /data/profile_pictures
/data /data/articles
/data/tmp
+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('/resources/HackNerdFontMono-Regular.woff'); src: url('/data/resources/HackNerdFontMono-Regular.woff');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB