fixed issue with loading font
This commit is contained in:
+2
-2
@@ -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;
|
||||||
}
|
}
|
||||||
@@ -28,7 +28,7 @@ a,
|
|||||||
.modal_button,
|
.modal_button,
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
font-family: 'HackNerdFontMono', Hack, sans-serif;
|
font-family: 'Hack Nerd Font Mono', Hack, sans-serif;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user