2025-06-09 07:02:26 +02:00

16 lines
337 B
CSS

@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url(assets/fonts/Roboto-Bold.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 700;
src: url(assets/fonts/Roboto-BoldItalic.ttf) format('truetype');
}