From 711abff529b562400f983e01cb50b0807ce56bb3 Mon Sep 17 00:00:00 2001 From: GUARDiA AutoDeploy Date: Wed, 3 Jun 2026 20:49:05 +0900 Subject: [PATCH] =?UTF-8?q?feat(screenshots+fonts):=20=EB=82=98=EB=88=94?= =?UTF-8?q?=EA=B3=A0=EB=94=95=20=ED=86=B5=EC=9D=BC=20+=20=EC=8B=A4?= =?UTF-8?q?=EC=A0=9C=20=ED=99=94=EB=A9=B4=20=EC=8A=A4=ED=81=AC=EB=A6=B0?= =?UTF-8?q?=EC=83=B7=20=ED=99=88=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=B0=98?= =?UTF-8?q?=EC=98=81=20[auto-sync]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;