summaryrefslogtreecommitdiff
path: root/misc/dist
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-02-10 20:16:29 +0300
committerRasmus Andersson <rasmus@figma.com>2019-02-10 20:16:29 +0300
commit034a240d75f2b94259385ece271226d7e16b0c34 (patch)
tree964963a5290175b4424321ddfeb16e7bbf0e9212 /misc/dist
parenta99328bcdacc6c6c92a862c0c836ef0a923fce54 (diff)
downloadinter-034a240d75f2b94259385ece271226d7e16b0c34.tar.xz
fixes missing "-BETA" filename suffix in the demo CSS file included with dists
Diffstat (limited to 'misc/dist')
-rw-r--r--misc/dist/inter.css35
1 files changed, 15 insertions, 20 deletions
diff --git a/misc/dist/inter.css b/misc/dist/inter.css
index 235dfeaf9..dc7645793 100644
--- a/misc/dist/inter.css
+++ b/misc/dist/inter.css
@@ -2,45 +2,45 @@
font-family: 'Inter';
font-style: normal;
font-weight: 100;
- src: url("Inter-Thin.woff2") format("woff2"),
- url("Inter-Thin.woff") format("woff");
+ src: url("Inter-Thin-BETA.woff2") format("woff2"),
+ url("Inter-Thin-BETA.woff") format("woff");
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 100;
- src: url("Inter-ThinItalic.woff2") format("woff2"),
- url("Inter-ThinItalic.woff") format("woff");
+ src: url("Inter-ThinItalic-BETA.woff2") format("woff2"),
+ url("Inter-ThinItalic-BETA.woff") format("woff");
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 200;
- src: url("Inter-ExtraLight.woff2") format("woff2"),
- url("Inter-ExtraLight.woff") format("woff");
+ src: url("Inter-ExtraLight-BETA.woff2") format("woff2"),
+ url("Inter-ExtraLight-BETA.woff") format("woff");
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 200;
- src: url("Inter-ExtraLightItalic.woff2") format("woff2"),
- url("Inter-ExtraLightItalic.woff") format("woff");
+ src: url("Inter-ExtraLightItalic-BETA.woff2") format("woff2"),
+ url("Inter-ExtraLightItalic-BETA.woff") format("woff");
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
- src: url("Inter-Light.woff2") format("woff2"),
- url("Inter-Light.woff") format("woff");
+ src: url("Inter-Light-BETA.woff2") format("woff2"),
+ url("Inter-Light-BETA.woff") format("woff");
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 300;
- src: url("Inter-LightItalic.woff2") format("woff2"),
- url("Inter-LightItalic.woff") format("woff");
+ src: url("Inter-LightItalic-BETA.woff2") format("woff2"),
+ url("Inter-LightItalic-BETA.woff") format("woff");
}
@font-face {
@@ -147,18 +147,14 @@ Usage:
font-weight: 100 900;
font-style: normal;
font-named-instance: 'Regular';
- src: url("Inter-upright.var.woff2") format("woff2 supports variations(gvar)"),
- url("Inter-upright.var.woff2") format("woff2-variations"),
- url("Inter-upright.var.woff2") format("woff2");
+ src: url("Inter-upright.var.woff2") format("woff2");
}
@font-face {
font-family: 'Inter var';
font-weight: 100 900;
font-style: italic;
font-named-instance: 'Italic';
- src: url("Inter-italic.var.woff2") format("woff2 supports variations(gvar)"),
- url("Inter-italic.var.woff2") format("woff2-variations"),
- url("Inter-italic.var.woff2") format("woff2");
+ src: url("Inter-italic.var.woff2") format("woff2");
}
@@ -179,6 +175,5 @@ explicitly, e.g.
font-family: 'Inter var experimental';
font-weight: 100 900;
font-style: oblique 0deg 10deg;
- src: url("Inter.var.woff2") format("woff2-variations"),
- url("Inter.var.woff2") format("woff2");
+ src: url("Inter.var.woff2") format("woff2");
}