diff --git a/css/base.css b/css/base.css index 32fbee3..13876da 100644 --- a/css/base.css +++ b/css/base.css @@ -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; } diff --git a/resources/HackNerdFontMono-Regular.woff b/resources/HackNerdFontMono-Regular.woff new file mode 100644 index 0000000..399594c Binary files /dev/null and b/resources/HackNerdFontMono-Regular.woff differ