35 lines
1.0 KiB
SCSS
35 lines
1.0 KiB
SCSS
@font-face {
|
|
font-family: "Inter Variable";
|
|
font-style: normal;
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
src: url("./fonts/inter-variable.woff2?v=4.0") format("woff2"),
|
|
url("./fonts/inter-variable.ttf?v=4.0") format("truetype");
|
|
}
|
|
@font-face {
|
|
font-family: "Inter Variable";
|
|
font-style: italic;
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
src: url("./fonts/inter-variable-italic.woff2?v=4.0") format("woff2"),
|
|
url("./fonts/inter-variable-italic.ttf?v=4.0") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Source Code VF";
|
|
font-style: normal;
|
|
font-weight: 200 900;
|
|
font-stretch: normal;
|
|
src: url("./fonts/source-code-vf-upright.woff2?v=1.026R") format("woff2"),
|
|
url("./fonts/source-code-vf-upright.ttf?v=1.026R") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Source Code VF";
|
|
font-style: italic;
|
|
font-weight: 200 900;
|
|
font-stretch: normal;
|
|
src: url("./fonts/source-code-vf-italic.woff2?v=1.026R") format("woff2"),
|
|
url("./fonts/source-code-vf-italic.ttf?v=1.026R") format("truetype");
|
|
}
|