mirror of
https://github.com/rsms/inter.git
synced 2024-11-10 19:52:26 +03:00
Release v1.5
This commit is contained in:
parent
65a7e98c76
commit
e9267ab4bc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,43 +2,43 @@
|
||||
font-family: 'Interface';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("font-files/Interface-Regular.woff2?v=1.4") format("woff2"),
|
||||
url("font-files/Interface-Regular.woff?v=1.4") format("woff");
|
||||
src: url("font-files/Interface-Regular.woff2?v=1.5") format("woff2"),
|
||||
url("font-files/Interface-Regular.woff?v=1.5") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Interface';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: url("font-files/Interface-RegularItalic.woff2?v=1.4") format("woff2"),
|
||||
url("font-files/Interface-RegularItalic.woff?v=1.4") format("woff");
|
||||
src: url("font-files/Interface-RegularItalic.woff2?v=1.5") format("woff2"),
|
||||
url("font-files/Interface-RegularItalic.woff?v=1.5") format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Interface';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url("font-files/Interface-Medium.woff2?v=1.4") format("woff2"),
|
||||
url("font-files/Interface-Medium.woff?v=1.4") format("woff");
|
||||
src: url("font-files/Interface-Medium.woff2?v=1.5") format("woff2"),
|
||||
url("font-files/Interface-Medium.woff?v=1.5") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Interface';
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
src: url("font-files/Interface-MediumItalic.woff2?v=1.4") format("woff2"),
|
||||
url("font-files/Interface-MediumItalic.woff?v=1.4") format("woff");
|
||||
src: url("font-files/Interface-MediumItalic.woff2?v=1.5") format("woff2"),
|
||||
url("font-files/Interface-MediumItalic.woff?v=1.5") format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Interface';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url("font-files/Interface-Bold.woff2?v=1.4") format("woff2"),
|
||||
url("font-files/Interface-Bold.woff?v=1.4") format("woff");
|
||||
src: url("font-files/Interface-Bold.woff2?v=1.5") format("woff2"),
|
||||
url("font-files/Interface-Bold.woff?v=1.5") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Interface';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: url("font-files/Interface-BoldItalic.woff2?v=1.4") format("woff2"),
|
||||
url("font-files/Interface-BoldItalic.woff?v=1.4") format("woff");
|
||||
src: url("font-files/Interface-BoldItalic.woff2?v=1.5") format("woff2"),
|
||||
url("font-files/Interface-BoldItalic.woff?v=1.5") format("woff");
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
[main]
|
||||
|
||||
version: 1.4
|
||||
version: 1.5
|
||||
foundry: rsms
|
||||
foundryurl: https://rsms.me/
|
||||
designer: Rasmus Andersson
|
||||
|
Loading…
Reference in New Issue
Block a user