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

This commit is contained in:
2025-12-20 12:06:30 +01:00
parent 9f953e9d32
commit 6d63278779
2 changed files with 9 additions and 5 deletions

View File

@@ -1,11 +1,17 @@
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap');
* {
font-family: 'Fira Mono', monospace !important;
}
body {
font-family: 'Fira Mono', monospace !important;
}
code, pre {
p, article, main, h1, h2, h3, h4, h5, h6 {
font-family: 'Fira Mono', monospace !important;
}
article {
code, pre, .highlight {
font-family: 'Fira Mono', monospace !important;
}