7 lines
154 B
CSS
7 lines
154 B
CSS
body {
|
|
font-family: "Liberation Sans", "Noto Sans", Arial, sans-serif;
|
|
}
|
|
code {
|
|
font-family: "DejaVu Sans Mono", monospace;
|
|
/* font-size: 85%; */
|
|
}
|