Initial public commit

This commit is contained in:
Rasmus Andersson 2017-08-22 00:05:20 -07:00
commit 3b1fffade1
6648 changed files with 363948 additions and 0 deletions

44
docs/interface.css Normal file
View file

@ -0,0 +1,44 @@
@font-face {
font-family: 'Interface';
font-style: normal;
font-weight: 400;
src: url("https://rsms.me/interface/font-files/Interface-Regular.woff2") format("woff2"),
url("https://rsms.me/interface/font-files/Interface-Regular.woff") format("woff");
}
@font-face {
font-family: 'Interface';
font-style: italic;
font-weight: 400;
src: url("https://rsms.me/interface/font-files/Interface-RegularItalic.woff2") format("woff2"),
url("https://rsms.me/interface/font-files/Interface-RegularItalic.woff") format("woff");
}
@font-face {
font-family: 'Interface';
font-style: normal;
font-weight: 500;
src: url("https://rsms.me/interface/font-files/Interface-Medium.woff2") format("woff2"),
url("https://rsms.me/interface/font-files/Interface-Medium.woff") format("woff");
}
@font-face {
font-family: 'Interface';
font-style: italic;
font-weight: 500;
src: url("https://rsms.me/interface/font-files/Interface-MediumItalic.woff2") format("woff2"),
url("https://rsms.me/interface/font-files/Interface-MediumItalic.woff") format("woff");
}
@font-face {
font-family: 'Interface';
font-style: normal;
font-weight: 700;
src: url("https://rsms.me/interface/font-files/Interface-Bold.woff2") format("woff2"),
url("https://rsms.me/interface/font-files/Interface-Bold.woff") format("woff");
}
@font-face {
font-family: 'Interface';
font-style: italic;
font-weight: 700;
src: url("https://rsms.me/interface/font-files/Interface-BoldItalic.woff2") format("woff2"),
url("https://rsms.me/interface/font-files/Interface-BoldItalic.woff") format("woff");
}