Spaces:
Build error
Build error
File size: 186 Bytes
b1a499f |
1 2 3 4 5 6 7 8 9 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
background-color: black;
color: white
}
|