|
@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%;
|
|
} |