fixed font issue
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
|||||||
*.env
|
*.env
|
||||||
composer.lock
|
composer.lock
|
||||||
/vendor/
|
/vendor/
|
||||||
profile_pictures
|
/data/profile_pictures
|
||||||
/data
|
/data/articles
|
||||||
|
/data/tmp
|
||||||
|
|||||||
+1
-1
@@ -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 |
Reference in New Issue
Block a user