fix: font for all headings

This commit is contained in:
2023-07-01 20:03:33 +09:00
parent ff335c0234
commit f92c2aafab

View File

@@ -10,7 +10,7 @@ footer p:last-child::before {
content: none; content: none;
} }
body, h1 { body, h1, h2, h3, h4, h5, h6 {
font-family: Pretendard; font-family: Pretendard;
} }