From e97db452aa4f1705da47b4b918d28b7659a5f5cc Mon Sep 17 00:00:00 2001 From: Sungchan Yi Date: Tue, 27 Jun 2023 23:51:57 +0900 Subject: [PATCH] feat: changed default font to Pretendard --- assets/css/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/style.scss b/assets/css/style.scss index b816690..1d0e987 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -3,8 +3,14 @@ @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 */ footer p:last-child::before { content: none; } + +* { + font-family: Pretendard; +}