From 5601b2ffea60b3e2bd567fc072591348f9087137 Mon Sep 17 00:00:00 2001 From: Haksung Jang Date: Fri, 7 Aug 2026 14:55:30 +0900 Subject: [PATCH] =?UTF-8?q?h4=C2=B7h5=20=EC=A0=9C=EB=AA=A9=20=ED=81=AC?= =?UTF-8?q?=EA=B8=B0=EB=A5=BC=20=EB=B3=B8=EB=AC=B8=EA=B3=BC=20=EB=8F=99?= =?UTF-8?q?=EC=9D=BC=ED=95=98=EA=B2=8C=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Charter 페이지의 6.1.3 같은 h4 제목이 14px로 본문(16px)보다 작게 보이던 문제를 h4·h5를 1rem으로 올려 고친다. 굵기(500)로만 본문과 구분한다. --- assets/scss/_styles_project.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 2bc368aa53..6ff6724c63 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -18,7 +18,7 @@ li { line-height: 1.65; } > p { margin-bottom: 1.1rem; } - // Google devsite 표준 px(16px base): h1 28 / h2 22 / h3 16 / h4 14 + // Google devsite 표준 px(16px base): h1 28 / h2 22 / h3 16 / h4 16(본문과 동일, 굵기로만 구분 — devsite의 14px는 본문 14px 기준값이라 본문 16px인 이 사이트에 그대로 적용하면 제목이 본문보다 작아 보임) h1 { font-size: 1.75rem; font-weight: 500; letter-spacing: -0.022em; } h2 { font-size: 1.375rem; @@ -33,7 +33,7 @@ margin-top: 2rem; } h4, - h5 { font-size: 0.875rem; font-weight: 500; letter-spacing: -0.008em; } + h5 { font-size: 1rem; font-weight: 500; letter-spacing: -0.008em; } } .td-content > h1:first-child,