summaryrefslogtreecommitdiff
path: root/docs/interface.css
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-09-05 18:06:04 +0300
committerRasmus Andersson <rasmus@notion.se>2017-09-05 18:06:04 +0300
commit9950357a6b12e9f3606bc6c584d57a70dc81504a (patch)
treefa57afa9e903580e55f94ef8e4d5f74dc6dc05ad /docs/interface.css
parent3471ae885ab43a104ae87aa6cbc0e423bd839c09 (diff)
downloadinter-9950357a6b12e9f3606bc6c584d57a70dc81504a.tar.xz
Renames Bold master to Black and introduces a new weight "Black" which is practically the same as "bold" prior to this change. "Bold" is now an interpolated, slightly lighter version of "Black"
Diffstat (limited to 'docs/interface.css')
-rw-r--r--docs/interface.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/interface.css b/docs/interface.css
index fb406375e..ea100d499 100644
--- a/docs/interface.css
+++ b/docs/interface.css
@@ -42,3 +42,18 @@
src: url("font-files/Interface-BoldItalic.woff2?v=1.5") format("woff2"),
url("font-files/Interface-BoldItalic.woff?v=1.5") format("woff");
}
+
+@font-face {
+ font-family: 'Interface';
+ font-style: normal;
+ font-weight: 900;
+ src: url("font-files/Interface-Black.woff2?v=1.5") format("woff2"),
+ url("font-files/Interface-Black.woff?v=1.5") format("woff");
+}
+@font-face {
+ font-family: 'Interface';
+ font-style: italic;
+ font-weight: 900;
+ src: url("font-files/Interface-BlackItalic.woff2?v=1.5") format("woff2"),
+ url("font-files/Interface-BlackItalic.woff?v=1.5") format("woff");
+}