You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
186 B

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
html {
font-family: Roboto;
font-size: 16px;
}
html, body {
margin: 0;
padding: 0;
}