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; content: none;
} }
*, h1 { body, h1 {
font-family: Pretendard; font-family: Pretendard;
} }
div.highlight {
font-family: monospace!important;
}
.post-content { .post-content {
font-size: 110%; font-size: 110%;
} }