11 lines
160 B
CSS
11 lines
160 B
CSS
![]() |
* {
|
||
|
font-family: 'Inter';
|
||
|
}
|
||
|
|
||
|
pre, code {
|
||
|
font-family: 'Liga Liberation Mono' !important;
|
||
|
}
|
||
|
|
||
|
code {
|
||
|
font-family: 'Liga Liberation Mono' !important;
|
||
|
}
|