all repos — site @ ad5d44761079953aa96f9b38a4f985e880ee58d8

source for my site, found at icyphox.sh

Add font format type
Anirudh Oppiliappan x@icyphox.sh
Sat, 08 Aug 2020 12:15:59 +0530
commit

ad5d44761079953aa96f9b38a4f985e880ee58d8

parent

b7b86f78d7a442cbeff8a7128baffa2227a0dd63

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M static/style.cssstatic/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) {