This repository has been archived on 2025-10-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
inter-font/docs/interface.css
Rasmus Andersson d4678c2ed4 Release 1.2
2017-08-25 02:47:16 -07:00

44 lines
1.7 KiB
CSS

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