From 2e30f116d0bd6a0562fecc8f4844a2377c3f401d Mon Sep 17 00:00:00 2001 From: Sungchan Yi Date: Wed, 28 Jun 2023 00:32:10 +0900 Subject: [PATCH] feat: adjust font size --- assets/css/style.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index 1d0e987..9e36aa3 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -2,7 +2,6 @@ --- @import '{{ site.theme }}'; - @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css"); /* append your custom style below */ @@ -11,6 +10,14 @@ footer p:last-child::before { content: none; } -* { +*, h1 { font-family: Pretendard; } + +.post-content { + font-size: 110%; +} + +.MathJax { + font-size: 90%; +}