From c7095057333397f0139226a3cdfc8bd1a38aa7d1 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Mon, 26 Sep 2022 16:45:52 +0200 Subject: [PATCH] :bug: Fix woff2 reference in font template --- frontend/src/app/main/fonts.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/app/main/fonts.cljs b/frontend/src/app/main/fonts.cljs index 6022514f2..497b13854 100644 --- a/frontend/src/app/main/fonts.cljs +++ b/frontend/src/app/main/fonts.cljs @@ -155,8 +155,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'); }")