summaryrefslogtreecommitdiff
path: root/docs/lab
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-09-14 18:09:06 +0300
committerRasmus Andersson <rasmus@notion.se>2018-10-11 09:37:38 +0300
commite0e78e473cae2589bf0e70819ccd248a2aba2d14 (patch)
treeedcd5cd4f3a10b295a59361e89e39e026caba7e8 /docs/lab
parentcaf8c52f315f87b403f0c47efa73665da7d6be60 (diff)
downloadinter-e0e78e473cae2589bf0e70819ccd248a2aba2d14.tar.xz
website: adds Extra Bold to lab
Diffstat (limited to 'docs/lab')
-rw-r--r--docs/lab/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/lab/index.html b/docs/lab/index.html
index 9deb630d3..6b95a6f05 100644
--- a/docs/lab/index.html
+++ b/docs/lab/index.html
@@ -797,6 +797,21 @@ for (const ch of uniqueChars) {
@font-face {
font-family: 'Inter-UI-VERSION';
font-style: normal;
+ font-weight: 800;
+ src: url("fonts/const/Inter-UI-ExtraBold.woff2") format("woff2"),
+ url("fonts/const/Inter-UI-ExtraBold.woff") format("woff");
+}
+@font-face {
+ font-family: 'Inter-UI-VERSION';
+ font-style: italic;
+ font-weight: 800;
+ src: url("fonts/const/Inter-UI-ExtraBoldItalic.woff2") format("woff2"),
+ url("fonts/const/Inter-UI-ExtraBoldItalic.woff") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter-UI-VERSION';
+ font-style: normal;
font-weight: 900;
src: url("fonts/const/Inter-UI-Black.woff2") format("woff2"),
url("fonts/const/Inter-UI-Black.woff") format("woff");