v6/site/css/fonts.scss

58 lines
1.4 KiB
SCSS
Raw Permalink Normal View History

2023-02-18 20:55:25 -05:00
@font-face {
2025-02-20 10:13:26 -05:00
font-family: "Valkyrie A";
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url("data:font/woff2;base64," + $valkyrie-a-regular) format("woff2");
2023-02-18 20:55:25 -05:00
}
2025-02-20 10:13:26 -05:00
@font-face {
font-family: "Valkyrie A";
font-style: italic;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url("data:font/woff2;base64," + $valkyrie-a-italic) format("woff2");
}
2023-02-18 20:55:25 -05:00
@font-face {
2025-02-20 10:13:26 -05:00
font-family: "Valkyrie A";
font-style: normal;
font-weight: bold;
font-stretch: normal;
font-display: auto;
src: url("data:font/woff2;base64," + $valkyrie-a-bold) format("woff2");
2023-02-18 20:55:25 -05:00
}
2025-02-20 10:13:26 -05:00
@font-face {
font-family: "Valkyrie A";
font-style: italic;
font-weight: bold;
font-stretch: normal;
font-display: auto;
src: url("data:font/woff2;base64," + $valkyrie-a-bold-italic)
format("woff2");
}
@font-face {
font-family: "MD IO";
src: url("data:font/woff2;base64," + $md-io-regular) format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "MD IO";
src: url("data:font/woff2;base64," + $md-io-italic) format("woff2");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "MD IO";
src: url("data:font/woff2;base64," + $md-io-bold) format("woff2");
font-weight: bold;
font-style: normal;
}