10 lines
137 B
CSS
10 lines
137 B
CSS
body {
|
|
font-family: Verdana,sans-serif;
|
|
font-size: 100%;
|
|
line-height: 1.5;
|
|
}
|
|
code {
|
|
font-family: monospace;
|
|
font-size: 100%;
|
|
}
|