diff --git a/assets/css/style.scss b/assets/css/style.scss index 9e36aa3..8f5cb8b 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -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%; }