9 lines
75 B
CSS
9 lines
75 B
CSS
body {
|
|
font-size: 16px;
|
|
}
|
|
|
|
* {
|
|
font-family: sans-serif;
|
|
}
|
|
|