From 034a240d75f2b94259385ece271226d7e16b0c34 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 10 Feb 2019 09:16:29 -0800 Subject: fixes missing "-BETA" filename suffix in the demo CSS file included with dists --- misc/dist/inter.css | 35 +++++++++++++++-------------------- 1 file 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"); } -- cgit v1.2.3