summaryrefslogtreecommitdiff
path: root/docs/inter-ui.css
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-02-03 01:29:56 +0300
committerRasmus Andersson <rasmus@figma.com>2019-02-03 01:29:56 +0300
commit5a5be63d6e59d5c437b270a5522b370ba845bf39 (patch)
tree46a9027b80e26e5ac49a8dabac3f0867e200e9a2 /docs/inter-ui.css
parenta5cf88e6591bfc72b34d4c898d8d567f0032a80b (diff)
downloadinter-5a5be63d6e59d5c437b270a5522b370ba845bf39.tar.xz
The Great Rename to "Inter"
Diffstat (limited to 'docs/inter-ui.css')
-rw-r--r--docs/inter-ui.css98
1 files changed, 54 insertions, 44 deletions
diff --git a/docs/inter-ui.css b/docs/inter-ui.css
index 1c596bd7f..8fffd67dd 100644
--- a/docs/inter-ui.css
+++ b/docs/inter-ui.css
@@ -1,136 +1,146 @@
+/*
+
+LEGACY -- this file is deprecated.
+
+The font changed name from "Inter UI" to "Inter" in February 2019.
+This file is still here to support older uses of the name "Inter UI".
+
+Please use "inter.css" instead for new applications.
+
+*/
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 100;
- src: url("font-files/Inter-UI-Thin.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-Thin.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-Thin.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-Thin.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 100;
- src: url("font-files/Inter-UI-ThinItalic.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-ThinItalic.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-ThinItalic.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-ThinItalic.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 200;
- src: url("font-files/Inter-UI-ExtraLight.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-ExtraLight.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-ExtraLight.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-ExtraLight.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 200;
- src: url("font-files/Inter-UI-ExtraLightItalic.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-ExtraLightItalic.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-ExtraLightItalic.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-ExtraLightItalic.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 300;
- src: url("font-files/Inter-UI-Light.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-Light.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-Light.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-Light.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 300;
- src: url("font-files/Inter-UI-LightItalic.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-LightItalic.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-LightItalic.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-LightItalic.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 400;
- src: url("font-files/Inter-UI-Regular.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-Regular.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-Regular.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-Regular.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 400;
- src: url("font-files/Inter-UI-Italic.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-Italic.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-Italic.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-Italic.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 500;
- src: url("font-files/Inter-UI-Medium.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-Medium.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-Medium.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-Medium.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 500;
- src: url("font-files/Inter-UI-MediumItalic.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-MediumItalic.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-MediumItalic.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-MediumItalic.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 600;
- src: url("font-files/Inter-UI-SemiBold.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-SemiBold.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-SemiBold.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-SemiBold.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 600;
- src: url("font-files/Inter-UI-SemiBoldItalic.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-SemiBoldItalic.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-SemiBoldItalic.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-SemiBoldItalic.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 700;
- src: url("font-files/Inter-UI-Bold.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-Bold.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-Bold.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-Bold.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 700;
- src: url("font-files/Inter-UI-BoldItalic.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-BoldItalic.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-BoldItalic.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-BoldItalic.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 800;
- src: url("font-files/Inter-UI-ExtraBold.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-ExtraBold.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-ExtraBold.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-ExtraBold.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 800;
- src: url("font-files/Inter-UI-ExtraBoldItalic.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-ExtraBoldItalic.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-ExtraBoldItalic.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-ExtraBoldItalic.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: normal;
font-weight: 900;
- src: url("font-files/Inter-UI-Black.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-Black.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-Black.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-Black.woff?v=3.3") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
font-weight: 900;
- src: url("font-files/Inter-UI-BlackItalic.woff2?v=3.2") format("woff2"),
- url("font-files/Inter-UI-BlackItalic.woff?v=3.2") format("woff");
+ src: url("font-files/Inter-BlackItalic.woff2?v=3.3") format("woff2"),
+ url("font-files/Inter-BlackItalic.woff?v=3.3") format("woff");
}
/* --------------------------------------------------------------------------
@@ -157,8 +167,8 @@ BUGS:
font-family: 'Inter UI var';
font-weight: 100 900;
font-style: oblique 0deg 10deg;
- src: url("font-files/Inter-UI.var.woff2?v=3.2") format("woff2-variations"),
- url("font-files/Inter-UI.var.woff2?v=3.2") format("woff2");
+ src: url("font-files/Inter.var.woff2?v=3.3") format("woff2-variations"),
+ url("font-files/Inter.var.woff2?v=3.3") format("woff2");
}
/* --------------------------------------------------------------------------
@@ -177,16 +187,16 @@ BUGS:
font-weight: 100 900;
font-style: normal;
font-named-instance: 'Regular';
- src: url("font-files/Inter-UI-upright.var.woff2?v=3.2") format("woff2 supports variations(gvar)"),
- url("font-files/Inter-UI-upright.var.woff2?v=3.2") format("woff2-variations"),
- url("font-files/Inter-UI-upright.var.woff2?v=3.2") format("woff2");
+ src: url("font-files/Inter-upright.var.woff2?v=3.3") format("woff2 supports variations(gvar)"),
+ url("font-files/Inter-upright.var.woff2?v=3.3") format("woff2-variations"),
+ url("font-files/Inter-upright.var.woff2?v=3.3") format("woff2");
}
@font-face {
font-family: 'Inter UI var alt';
font-weight: 100 900;
font-style: italic;
font-named-instance: 'Italic';
- src: url("font-files/Inter-UI-italic.var.woff2?v=3.2") format("woff2 supports variations(gvar)"),
- url("font-files/Inter-UI-italic.var.woff2?v=3.2") format("woff2-variations"),
- url("font-files/Inter-UI-italic.var.woff2?v=3.2") format("woff2");
+ src: url("font-files/Inter-italic.var.woff2?v=3.3") format("woff2 supports variations(gvar)"),
+ url("font-files/Inter-italic.var.woff2?v=3.3") format("woff2-variations"),
+ url("font-files/Inter-italic.var.woff2?v=3.3") format("woff2");
}