summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-09-23 12:00:22 +0300
committerRasmus Andersson <rasmus@notion.se>2018-10-11 09:37:57 +0300
commitea8e6145178cd055a3321921c4794b1416774522 (patch)
treebca2fe7a638ac86772ee4d273185156385dd2299 /misc
parentae7e5c0a4355d91faea584b825567595094e092b (diff)
downloadinter-ea8e6145178cd055a3321921c4794b1416774522.tar.xz
Adds SemiBold and ExtraBold to CSS and README
Diffstat (limited to 'misc')
-rw-r--r--misc/dist/inter-ui.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/misc/dist/inter-ui.css b/misc/dist/inter-ui.css
index d098a8af1..f62dd605f 100644
--- a/misc/dist/inter-ui.css
+++ b/misc/dist/inter-ui.css
@@ -35,6 +35,23 @@
@font-face {
font-family: 'Inter UI';
font-style: normal;
+ font-weight: 600;
+ src: url('Inter-UI.var.woff2') format("woff2-variations"),
+ url("Inter-UI-SemiBold.woff2") format("woff2"),
+ url("Inter-UI-SemiBold.woff") format("woff");
+}
+@font-face {
+ font-family: 'Inter UI';
+ font-style: italic;
+ font-weight: 600;
+ src: url('Inter-UI.var.woff2') format("woff2-variations"),
+ url("Inter-UI-SemiBoldItalic.woff2") format("woff2"),
+ url("Inter-UI-SemiBoldItalic.woff") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter UI';
+ font-style: normal;
font-weight: 700;
src: url('Inter-UI.var.woff2') format("woff2-variations"),
url("Inter-UI-Bold.woff2") format("woff2"),
@@ -52,6 +69,23 @@
@font-face {
font-family: 'Inter UI';
font-style: normal;
+ font-weight: 800;
+ src: url('Inter-UI.var.woff2') format("woff2-variations"),
+ url("Inter-UI-ExtraBold.woff2") format("woff2"),
+ url("Inter-UI-ExtraBold.woff") format("woff");
+}
+@font-face {
+ font-family: 'Inter UI';
+ font-style: italic;
+ font-weight: 800;
+ src: url('Inter-UI.var.woff2') format("woff2-variations"),
+ url("Inter-UI-ExtraBoldItalic.woff2") format("woff2"),
+ url("Inter-UI-ExtraBoldItalic.woff") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter UI';
+ font-style: normal;
font-weight: 900;
src: url('Inter-UI.var.woff2') format("woff2-variations"),
url("Inter-UI-Black.woff2") format("woff2"),