Add Inter font

This commit is contained in:
ProgramistaZpolski 2024-07-23 15:48:02 +02:00
parent 771206be7e
commit 43c2132de6
4 changed files with 26 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -350,3 +350,29 @@ button, .button {
width: 48px;
}
}
@font-face {
font-display: swap;
font-family: "Inter";
font-style: normal;
font-weight: 400;
src: url("/fonts/inter-v13-latin-ext-regular.woff2") format("woff2");
}
/* inter-600 - latin */
@font-face {
font-display: swap;
font-family: "Inter";
font-style: normal;
font-weight: 600;
src: url("/fonts/inter-v13-latin-ext-600.woff2") format("woff2");
}
/* inter-700 - latin */
@font-face {
font-display: swap;
font-family: "Inter";
font-style: normal;
font-weight: 700;
src: url("/fonts/inter-v13-latin-ext-700.woff2") format("woff2");
}