Kyoo/front/src/fonts.web.css
2026-02-09 14:16:43 +01:00

21 lines
424 B
CSS

@font-face {
font-family: "Poppins";
src: url("/fonts/Poppins_300Light.ttf") format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Poppins";
src: url("/fonts/Poppins_500Medium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Sora";
src: url("/fonts/Sora_800ExtraBold.ttf") format("truetype");
font-weight: 800;
font-style: normal;
}