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

16 lines
339 B
CSS

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