change fonts
All checks were successful
Build and Deploy Hugo Blog / build (push) Successful in 37s

This commit is contained in:
2025-12-20 11:59:57 +01:00
parent e5b5c517c3
commit 1e0cf4ac48
2 changed files with 14 additions and 0 deletions

11
static/css/custom.css Normal file
View File

@@ -0,0 +1,11 @@
body {
font-family: 'Fira Mono', monospace !important;
}
code, pre {
font-family: 'Fira Mono', monospace !important;
}
article {
font-family: 'Fira Mono', monospace !important;
}