From 21e7dc9c5dcbee527aeb96473b923e23a4b1d151 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Fri, 14 Oct 2022 15:13:19 -0700 Subject: [PATCH] CSS file for dist: workaround for Safari --- misc/dist/inter.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/misc/dist/inter.css b/misc/dist/inter.css index 40d1afe4a..e9da8bbed 100644 --- a/misc/dist/inter.css +++ b/misc/dist/inter.css @@ -8,16 +8,18 @@ font-weight: 100 900; font-display: swap; font-style: normal; - src: url("Inter.var.woff2?v=3.19") format("woff2") tech("variations"), - url("Inter.var.woff2?v=3.19") format("woff2-variations"); + src: url("Inter.var.woff2?v=3.19") format("woff2-variations"), + url("Inter.var.woff2?v=3.19") format("woff2"); + src: url("Inter.var.woff2?v=3.19") format("woff2") tech("variations"); } @font-face { font-family: "InterVar"; font-weight: 100 900; font-display: swap; font-style: italic; - src: url("Inter-Italic.var.woff2?v=3.19") format("woff2") tech("variations"), - url("Inter-Italic.var.woff2?v=3.19") format("woff2-variations"); + src: url("Inter-Italic.var.woff2?v=3.19") format("woff2-variations"), + url("Inter-Italic.var.woff2?v=3.19") format("woff2"); + src: url("Inter-Italic.var.woff2?v=3.19") format("woff2") tech("variations"); } /* static fonts "Inter" */ @font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("Inter-Thin.woff2?v=3.19") format("woff2"); }