CSS file for dist: workaround for Safari
This commit is contained in:
parent
8ae3cad728
commit
21e7dc9c5d
1 changed files with 6 additions and 4 deletions
10
misc/dist/inter.css
vendored
10
misc/dist/inter.css
vendored
|
|
@ -8,16 +8,18 @@
|
||||||
font-weight: 100 900;
|
font-weight: 100 900;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url("Inter.var.woff2?v=3.19") format("woff2") tech("variations"),
|
src: url("Inter.var.woff2?v=3.19") format("woff2-variations"),
|
||||||
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-face {
|
||||||
font-family: "InterVar";
|
font-family: "InterVar";
|
||||||
font-weight: 100 900;
|
font-weight: 100 900;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
src: url("Inter-Italic.var.woff2?v=3.19") format("woff2") tech("variations"),
|
src: url("Inter-Italic.var.woff2?v=3.19") format("woff2-variations"),
|
||||||
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" */
|
/* 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"); }
|
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("Inter-Thin.woff2?v=3.19") format("woff2"); }
|
||||||
|
|
|
||||||
Reference in a new issue