Replace fonts with lighter web fonts

This commit is contained in:
Emi Simpson 2021-11-09 20:53:29 -05:00
parent e59a61bae9
commit 9e0270ee0b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: A12F2C2FFDC3D847
5 changed files with 2 additions and 8 deletions

BIN
static/avara.otf (Stored with Git LFS)

Binary file not shown.

BIN
static/avara.woff2 Normal file

Binary file not shown.

BIN
static/fengardo-neue.otf (Stored with Git LFS)

Binary file not shown.

BIN
static/fengardo-neue.woff Executable file

Binary file not shown.

View File

@ -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??? */
}