mirror of
https://github.com/hex248/fonts.git
synced 2026-02-08 02:33:03 +00:00
27 lines
578 B
CSS
27 lines
578 B
CSS
@font-face {
|
|
font-family: "FlorDeRuina";
|
|
src: url("https://fonts.ob248.com/fonts/FlorDeRuina-Germen.ttf")
|
|
format("truetype");
|
|
font-weight: 50;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "FlorDeRuina";
|
|
src: url("https://fonts.ob248.com/fonts/FlorDeRuina-Semilla.ttf")
|
|
format("truetype");
|
|
font-weight: 80;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "FlorDeRuina";
|
|
src: url("https://fonts.ob248.com/fonts/FlorDeRuina-Flor.ttf")
|
|
format("truetype");
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|