diff --git a/static/avara.otf b/static/avara.otf deleted file mode 100644 index 97b8089..0000000 --- a/static/avara.otf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e85e1b4b4370df44b724c196062ab5dd4a3582eff0db520d5674494275b0600e -size 16300 diff --git a/static/avara.woff2 b/static/avara.woff2 new file mode 100644 index 0000000..91c30e0 Binary files /dev/null and b/static/avara.woff2 differ diff --git a/static/fengardo-neue.otf b/static/fengardo-neue.otf deleted file mode 100644 index 14ca969..0000000 --- a/static/fengardo-neue.otf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f4e904094bbf8c24371a6bef50942fd9e0dc4305dc969cf2a016790747ebb3c -size 47684 diff --git a/static/fengardo-neue.woff b/static/fengardo-neue.woff new file mode 100755 index 0000000..5147f1e Binary files /dev/null and b/static/fengardo-neue.woff differ diff --git a/static/style.css b/static/style.css index 52b72cc..7816e78 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,7 @@ /* Fonts */ @font-face { font-family: Avara Bold; - src: url(/static/avara.otf); + src: url(/static/avara.woff2) format("woff2"); /* Normally I'm against using fonts in websites, but I mean COME ON. This isn't * Helvetica Clone 13, it's COMIC MONO. How iconic is that??? */ } @@ -9,7 +9,7 @@ /* Fonts */ @font-face { font-family: Fengardo Neue; - src: url(/static/fengardo-neue.otf); + src: url(/static/fengardo-neue.woff) format("woff"); /* Normally I'm against using fonts in websites, but I mean COME ON. This isn't * Helvetica Clone 13, it's COMIC MONO. How iconic is that??? */ }