diff --git a/frontend/src/app/main/fonts.cljs b/frontend/src/app/main/fonts.cljs index 72ce0a3cc..bee11fe9f 100644 --- a/frontend/src/app/main/fonts.cljs +++ b/frontend/src/app/main/fonts.cljs @@ -154,8 +154,7 @@ font-style: %(style)s; font-weight: %(weight)s; font-display: block; - src: url(%(woff2-uri)s) format('woff2'), - url(%(woff1-uri)s) format('woff'), + src: url(%(woff1-uri)s) format('woff'), url(%(ttf-uri)s) format('ttf'), url(%(otf-uri)s) format('otf'); }")