Add font format type
Anirudh Oppiliappan x@icyphox.sh
Sat, 08 Aug 2020 12:15:59 +0530
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -1,11 +1,11 @@
@font-face { font-family: 'Inter'; - src: url('fonts/Inter-V.otf'); + src: url('fonts/Inter-V.otf') format('opentype'); } @font-face { font-family: 'EB Garamond', serif; - src: url('fonts/EBGaramond-VariableFont_wght.ttf'); + src: url('fonts/EBGaramond-VariableFont_wght.ttf') format('truetype'); } @supports (font-variation-settings: normal) {