diff --git a/static/style.css b/static/style.css index dec6d95..fe01e80 100644 --- a/static/style.css +++ b/static/style.css @@ -55,8 +55,8 @@ --sidebar-active-bg: rgba(0,160,200,.18); --sidebar-hover-bg: rgba(0,160,200,.08); - /* typography — Pretendard 우선 */ - --font: "Pretendard", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; + /* typography — 나눔고딕 통일 */ + --font: "NanumGothic", "Nanum Gothic", "NanumBarunGothic", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, sans-serif; /* radii */ --radius: 8px;