12 lines
264 B
CSS
12 lines
264 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #F4D793;
|
|
font-family: 'Roboto', sans-serif;
|
|
color: #3D2914;
|
|
font-weight: 500;
|
|
font-size: 20px;
|
|
}
|