Replace fonts with lighter web fonts
This commit is contained in:
parent
e59a61bae9
commit
9e0270ee0b
BIN
static/avara.otf
(Stored with Git LFS)
BIN
static/avara.otf
(Stored with Git LFS)
Binary file not shown.
BIN
static/avara.woff2
Normal file
BIN
static/avara.woff2
Normal file
Binary file not shown.
BIN
static/fengardo-neue.otf
(Stored with Git LFS)
BIN
static/fengardo-neue.otf
(Stored with Git LFS)
Binary file not shown.
BIN
static/fengardo-neue.woff
Executable file
BIN
static/fengardo-neue.woff
Executable file
Binary file not shown.
|
@ -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??? */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue