zeitadler-terminplaner-embe.../public/index.css

22 lines
295 B
CSS

@font-face {
font-family: 'Roboto';
src: url(fonts/Roboto-Regular.ttf) ;
}
@font-face {
font-family: 'Roboto';
font-weight: 300;
src: url(fonts/Roboto-Thin.ttf) ;
}
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
html, body, #root {
height: 100%;
}