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.
53 lines
1.4 KiB
53 lines
1.4 KiB
/* inter-300 - latin */
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: local(""), url("../fonts/inter/inter-300.woff2") format("woff2"),
|
|
url("../fonts/inter/inter-300.woff") format("woff");
|
|
}
|
|
|
|
/* inter-regular - latin */
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local(""), url("../fonts/inter/inter-regular.woff2") format("woff2"),
|
|
url("../fonts/inter/inter-regular.woff") format("woff");
|
|
}
|
|
|
|
/* inter-500 - latin */
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: local(""), url("../fonts/inter/inter-500.woff2") format("woff2"),
|
|
url("../fonts/inter/inter-500.woff") format("woff");
|
|
}
|
|
|
|
/* inter-600 - latin */
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: local(""), url("../fonts/inter/inter-600.woff2") format("woff2"),
|
|
url("../fonts/inter/inter-600.woff") format("woff");
|
|
}
|
|
|
|
/* inter-700 - latin */
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local(""), url("../fonts/inter/inter-700.woff2") format("woff2"),
|
|
url("../fonts/inter/inter-700.woff") format("woff");
|
|
}
|
|
|
|
/* inter-800 - latin */
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
src: local(""), url("../fonts/inter/inter-800.woff2") format("woff2"),
|
|
url("../fonts/inter/inter-800.woff") format("woff");
|
|
}
|
|
|