Files
fonts/css/basteleur.css
2026-02-04 19:13:28 +00:00

23 lines
696 B
CSS

@font-face {
font-family: "Basteleur";
src:
url("https://fonts.ob248.com/fonts/Basteleur-Bold.woff2") format("woff2"),
url("https://fonts.ob248.com/fonts/Basteleur-Bold.woff") format("woff"),
url("https://fonts.ob248.com/fonts/Basteleur-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Basteleur";
src:
url("https://fonts.ob248.com/fonts/Basteleur-Moonlight.woff2")
format("woff2"),
url("https://fonts.ob248.com/fonts/Basteleur-Moonlight.woff") format("woff"),
url("https://fonts.ob248.com/fonts/Basteleur-Moonlight.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
}