1
1
mirror of https://github.com/rsms/inter.git synced 2024-10-26 12:39:40 +03:00

CSS file for dist: workaround for Safari

This commit is contained in:
Rasmus Andersson 2022-10-14 15:13:19 -07:00
parent 8ae3cad728
commit 21e7dc9c5d

10
misc/dist/inter.css vendored
View File

@ -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"); }