diff --git a/themes/mytheme/assets/css/common/post-entry.css b/themes/mytheme/assets/css/common/post-entry.css index 5ce6444..db36a2e 100644 --- a/themes/mytheme/assets/css/common/post-entry.css +++ b/themes/mytheme/assets/css/common/post-entry.css @@ -56,10 +56,7 @@ .post-entry { position: relative; -/** margin-bottom: var(--gap); **/ padding: calc(var(--gap)*1.5); -/** background: var(--entry); - border: 1px solid var(--border); **/ border-radius: var(--radius); transition: transform 0.1s; } @@ -74,7 +71,7 @@ .entry-header h2 { font-weight: 450; - font-size: 21px; + font-size: 20px; line-height: 1.5; } diff --git a/themes/mytheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css index 3c3d9a9..94170b1 100644 --- a/themes/mytheme/assets/css/common/post-single.css +++ b/themes/mytheme/assets/css/common/post-single.css @@ -40,11 +40,10 @@ .post-content { padding-top: var(--gap); - font-size: 15.5px; + font-size: 16px; font-family: inherit; color: var(--content); line-height: 2; - font-family: "Monaspace Neon", "Pretendard", sans-serif; } .post-content h3, diff --git a/themes/mytheme/assets/css/core/reset.css b/themes/mytheme/assets/css/core/reset.css index 74b4032..add0fab 100644 --- a/themes/mytheme/assets/css/core/reset.css +++ b/themes/mytheme/assets/css/core/reset.css @@ -1,6 +1,7 @@ @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=JetBrains+Mono:ital,wght@0,300;0,400;1,300;1,400&family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Noto+Sans+KR:wght@200;300;400;500;600;700&display=swap'); -@font-face { +/*@font-face { font-family: "Source Sans 3"; src: url("/fonts/SourceSans3-Regular.woff2"); } @@ -45,7 +46,7 @@ src: url("/fonts/Monaspace-Neon.woff2"); font-weight: 250; } - +*/ *, ::after, ::before { @@ -74,7 +75,7 @@ h2 { font-size: 18px; } h3 { font-size: 16px; } body { - font-family: "Source Sans 3", "Line Sans", sans-serif !important; + font-family: "Lato", "Pretendard", sans-serif !important; font-size: 14px; line-height: 1.8; word-break: break-word; @@ -82,7 +83,7 @@ body { } code { - font-family: "Jetbrains Mono", "Monaco", "Cascadia Code", monospace !important; + font-family: "Jetbrains Mono", monospace !important; } article,