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"

This commit is contained in:
Rasmus Andersson 2017-09-05 11:06:04 -04:00
parent 3471ae885a
commit 9950357a6b
2237 changed files with 31569 additions and 31339 deletions

View file

@ -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");
}