9 lines
97 B
CSS
9 lines
97 B
CSS
html {
|
|
font-size: 16px;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
}
|