Release 1.6

This commit is contained in:
Rasmus Andersson 2017-09-05 11:38:02 -04:00
parent 9950357a6b
commit e395aab44e
18 changed files with 17 additions and 17 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -2,58 +2,58 @@
font-family: 'Interface'; font-family: 'Interface';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url("font-files/Interface-Regular.woff2?v=1.5") format("woff2"), src: url("font-files/Interface-Regular.woff2?v=1.6") format("woff2"),
url("font-files/Interface-Regular.woff?v=1.5") format("woff"); url("font-files/Interface-Regular.woff?v=1.6") format("woff");
} }
@font-face { @font-face {
font-family: 'Interface'; font-family: 'Interface';
font-style: italic; font-style: italic;
font-weight: 400; font-weight: 400;
src: url("font-files/Interface-RegularItalic.woff2?v=1.5") format("woff2"), src: url("font-files/Interface-RegularItalic.woff2?v=1.6") format("woff2"),
url("font-files/Interface-RegularItalic.woff?v=1.5") format("woff"); url("font-files/Interface-RegularItalic.woff?v=1.6") format("woff");
} }
@font-face { @font-face {
font-family: 'Interface'; font-family: 'Interface';
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
src: url("font-files/Interface-Medium.woff2?v=1.5") format("woff2"), src: url("font-files/Interface-Medium.woff2?v=1.6") format("woff2"),
url("font-files/Interface-Medium.woff?v=1.5") format("woff"); url("font-files/Interface-Medium.woff?v=1.6") format("woff");
} }
@font-face { @font-face {
font-family: 'Interface'; font-family: 'Interface';
font-style: italic; font-style: italic;
font-weight: 500; font-weight: 500;
src: url("font-files/Interface-MediumItalic.woff2?v=1.5") format("woff2"), src: url("font-files/Interface-MediumItalic.woff2?v=1.6") format("woff2"),
url("font-files/Interface-MediumItalic.woff?v=1.5") format("woff"); url("font-files/Interface-MediumItalic.woff?v=1.6") format("woff");
} }
@font-face { @font-face {
font-family: 'Interface'; font-family: 'Interface';
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
src: url("font-files/Interface-Bold.woff2?v=1.5") format("woff2"), src: url("font-files/Interface-Bold.woff2?v=1.6") format("woff2"),
url("font-files/Interface-Bold.woff?v=1.5") format("woff"); url("font-files/Interface-Bold.woff?v=1.6") format("woff");
} }
@font-face { @font-face {
font-family: 'Interface'; font-family: 'Interface';
font-style: italic; font-style: italic;
font-weight: 700; font-weight: 700;
src: url("font-files/Interface-BoldItalic.woff2?v=1.5") format("woff2"), src: url("font-files/Interface-BoldItalic.woff2?v=1.6") format("woff2"),
url("font-files/Interface-BoldItalic.woff?v=1.5") format("woff"); url("font-files/Interface-BoldItalic.woff?v=1.6") format("woff");
} }
@font-face { @font-face {
font-family: 'Interface'; font-family: 'Interface';
font-style: normal; font-style: normal;
font-weight: 900; font-weight: 900;
src: url("font-files/Interface-Black.woff2?v=1.5") format("woff2"), src: url("font-files/Interface-Black.woff2?v=1.6") format("woff2"),
url("font-files/Interface-Black.woff?v=1.5") format("woff"); url("font-files/Interface-Black.woff?v=1.6") format("woff");
} }
@font-face { @font-face {
font-family: 'Interface'; font-family: 'Interface';
font-style: italic; font-style: italic;
font-weight: 900; font-weight: 900;
src: url("font-files/Interface-BlackItalic.woff2?v=1.5") format("woff2"), src: url("font-files/Interface-BlackItalic.woff2?v=1.6") format("woff2"),
url("font-files/Interface-BlackItalic.woff?v=1.5") format("woff"); url("font-files/Interface-BlackItalic.woff?v=1.6") format("woff");
} }

View file

@ -1,6 +1,6 @@
[main] [main]
version: 1.5 version: 1.6
foundry: rsms foundry: rsms
foundryurl: https://rsms.me/ foundryurl: https://rsms.me/
designer: Rasmus Andersson designer: Rasmus Andersson