summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-10-15 01:13:19 +0300
committerRasmus Andersson <rasmus@notion.se>2022-10-15 01:13:19 +0300
commit21e7dc9c5dcbee527aeb96473b923e23a4b1d151 (patch)
tree1480caf1b1ae28ef8b556e5cc666846f9de0dd7c /misc
parent8ae3cad72854a257b631b0b5fd57ef6a54d62717 (diff)
downloadinter-21e7dc9c5dcbee527aeb96473b923e23a4b1d151.tar.xz
CSS file for dist: workaround for Safari
Diffstat (limited to 'misc')
-rw-r--r--misc/dist/inter.css10
1 files 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"); }