mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
18 lines
380 B
CSS
18 lines
380 B
CSS
@font-face {
|
|
font-family: "Basteleur";
|
|
src: 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.ttf")
|
|
format("truetype");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|