8 lines
118 B
CSS
8 lines
118 B
CSS
* {
|
|
font-family: 'Inter';
|
|
}
|
|
|
|
pre, code {
|
|
font-family: 'LigaLiberationMono';
|
|
font-size: 12px !important;
|
|
}
|