All checks were successful
Build and Deploy Hugo Blog / build (push) Successful in 37s
11 lines
186 B
CSS
11 lines
186 B
CSS
body {
|
|
font-family: 'Fira Mono', monospace !important;
|
|
}
|
|
|
|
code, pre {
|
|
font-family: 'Fira Mono', monospace !important;
|
|
}
|
|
|
|
article {
|
|
font-family: 'Fira Mono', monospace !important;
|
|
} |