Files
TechradarDev/public/fonts.css
2023-11-02 11:16:28 +01:00

12 lines
238 B
CSS

@font-face {
font-family: "Roboto";
src: url("fonts/roboto-v30-latin-regular.woff2");
font-weight: normal;
}
@font-face {
font-family: "Roboto";
src: url("fonts/roboto-v30-latin-bold.woff2");
font-weight: bold;
}