12 lines
206 B
CSS
12 lines
206 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');
|
|
|
|
body {
|
|
margin: 20px;
|
|
font-family: 'Roboto Slab', serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
a {
|
|
color: #009579;
|
|
}
|