5 lines
58 B
CSS
5 lines
58 B
CSS
|
* {
|
||
|
font-family: Roboto, Mono;
|
||
|
font-size: 14px;
|
||
|
}
|