diff --git a/themes/mytheme/assets/css/core/reset.css b/themes/mytheme/assets/css/core/reset.css index 9a85ce8..5ce9d0c 100644 --- a/themes/mytheme/assets/css/core/reset.css +++ b/themes/mytheme/assets/css/core/reset.css @@ -1,5 +1,6 @@ @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap'); @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css"); + @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Source+Sans+3&display=swap'); *, ::after, @@ -29,7 +30,7 @@ h2 { font-size: 18px; } h3 { font-size: 16px; } body { - font-family: "Source Sans 3", "Pretendard", sans-serif !important; + font-family: "Inter", "Source Sans 3", "Pretendard", sans-serif !important; font-size: 14px; line-height: 1.8; word-break: break-word;