fix: apply monospace for codes

This commit is contained in:
2023-07-01 19:17:31 +09:00
parent ad4d4586b0
commit ff335c0234

View File

@@ -10,10 +10,14 @@ footer p:last-child::before {
content: none;
}
*, h1 {
body, h1 {
font-family: Pretendard;
}
div.highlight {
font-family: monospace!important;
}
.post-content {
font-size: 110%;
}