mirror of https://github.com/mkrhere/pw2
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.7 KiB
51 lines
1.7 KiB
4 years ago
|
/* inter-100 - latin */
|
||
|
@font-face {
|
||
|
font-family: "Inter";
|
||
|
font-style: normal;
|
||
|
font-weight: 100;
|
||
|
src: local(""), url("/assets/fonts/inter-v2-latin-100.woff2") format("woff2"),
|
||
|
/* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url("/assets/fonts/inter-v2-latin-100.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* inter-regular - latin */
|
||
|
@font-face {
|
||
|
font-family: "Inter";
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local(""),
|
||
|
url("/assets/fonts/inter-v2-latin-regular.woff2") format("woff2"),
|
||
|
/* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url("/assets/fonts/inter-v2-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* inter-500 - latin */
|
||
|
@font-face {
|
||
|
font-family: "Inter";
|
||
|
font-style: normal;
|
||
|
font-weight: 500;
|
||
|
src: local(""), url("/assets/fonts/inter-v2-latin-500.woff2") format("woff2"),
|
||
|
/* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url("/assets/fonts/inter-v2-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* inter-800 - latin */
|
||
|
@font-face {
|
||
|
font-family: "Inter";
|
||
|
font-style: normal;
|
||
|
font-weight: 800;
|
||
|
src: local(""), url("/assets/fonts/inter-v2-latin-800.woff2") format("woff2"),
|
||
|
/* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url("/assets/fonts/inter-v2-latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* inter-900 - latin */
|
||
|
@font-face {
|
||
|
font-family: "Inter";
|
||
|
font-style: normal;
|
||
|
font-weight: 900;
|
||
|
src: local(""), url("/assets/fonts/inter-v2-latin-900.woff2") format("woff2"),
|
||
|
/* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url("/assets/fonts/inter-v2-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|