Compare commits

..

2 Commits

Author SHA1 Message Date
GUARDiA AutoDeploy
936436b40f feat(screenshots+fonts): 나눔고딕 통일 + 실제 화면 스크린샷 홈페이지 반영 [auto-sync] 2026-06-03 20:50:16 +09:00
DESKTOP-TKLFCPR\ython
c149c0d211 manual-deploy 2026-06-03 20:13 2026-06-03 20:13:43 +09:00
2 changed files with 1 additions and 8 deletions

7
.gitignore vendored
View File

@ -1,7 +0,0 @@
node_modules/
dist/
build/
*.tsbuildinfo
.env
__pycache__/
*.pyc

View File

@ -38,7 +38,7 @@
--shadow-md: 0 4px 12px rgba(0,0,0,.1); --shadow-md: 0 4px 12px rgba(0,0,0,.1);
--shadow-lg: 0 8px 32px rgba(0,0,0,.15); --shadow-lg: 0 8px 32px rgba(0,0,0,.15);
font-family: 'Pretendard', -apple-system, 'Segoe UI', sans-serif; font-family: 'NanumGothic', 'Nanum Gothic', 'NanumBarunGothic', 'Apple SD Gothic Neo', -apple-system, sans-serif;
font-size: 14px; font-size: 14px;
color: var(--tx-primary); color: var(--tx-primary);
line-height: 1.5; line-height: 1.5;