4 lines
79 B
CSS
4 lines
79 B
CSS
|
body {
|
||
|
font-family: var(--font-family-mono);
|
||
|
font-size: var(--font-size-s);
|
||
|
}
|