summaryrefslogtreecommitdiff
path: root/docs/lab/index.html
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/lab/index.html
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/lab/index.html')
-rw-r--r--docs/lab/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/lab/index.html b/docs/lab/index.html
index 0179faa22..f7479b2f4 100644
--- a/docs/lab/index.html
+++ b/docs/lab/index.html
@@ -705,6 +705,21 @@ for (const ch of uniqueChars) {
url("fonts/Interface-BoldItalic.woff") format("woff");
}
+@font-face {
+ font-family: 'Interface-VERSION';
+ font-style: normal;
+ font-weight: 900;
+ src: url("fonts/Interface-Black.woff2") format("woff2"),
+ url("fonts/Interface-Black.woff") format("woff");
+}
+@font-face {
+ font-family: 'Interface-VERSION';
+ font-style: italic;
+ font-weight: 900;
+ src: url("fonts/Interface-BlackItalic.woff2") format("woff2"),
+ url("fonts/Interface-BlackItalic.woff") format("woff");
+}
+
.interface, .interface input, .interface select {
font-family: 'Interface-VERSION', 'Interface', serif !important;
}
@@ -1015,6 +1030,7 @@ document.head.appendChild(fontCSS)
<option value="400" selected>Regular (400)</option>
<option value="500">Medium (500)</option>
<option value="700">Bold (700)</option>
+ <option value="900">Black (900)</option>
</select>
<label style="display:inline-block; margin-left:4px"><input type="checkbox" name="italic"> <em>Italic</em></label>
</label>