Files
radioanton/css/roboto.css
T
2023-06-19 17:14:10 +02:00

29 lines
531 B
CSS

@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('../font/Roboto-Regular.ttf');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url('../font/Roboto-Bold.ttf');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url('../font/Roboto-Italic.ttf');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url('../font/Roboto-BoldItalic.ttf');
}