design: 문서 타이포그래피를 OpenChain-KWG 기준으로 정렬 (색상은 유지)#218
Merged
Conversation
- 본문 폰트를 Geist self-host에서 Roboto+Pretendard(CDN)로 교체, 코드 폰트는 JetBrains Mono
- 헤딩 크기·굵기를 KWG(Google devsite) 기준으로 조정 (H1 28 / H2 22 / H3 16px, weight 500)
- 글 제목 h1이 Docsy 0.15 기본 규칙으로 700이 되던 것을 500으로 환원
- 본문 Tags/Categories 배지를 둥근 pill 형태로
- 블로그 날짜를 한글 포맷("2026년 5월 18일")으로
- Alert 박스를 아이콘 그리드에서 좌측 보더 + 연배경 구조로 단순화
- 색상은 기존 Vercel 모노크롬을 그대로 유지
Geist/Pretendard self-host 폰트 파일은 CDN으로 대체하여 제거
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
배경
세 Hugo 사이트(sktelecom / OpenChain-KWG / haksungjang)의 문서 페이지 look&feel을 비교한 결과, sktelecom만 독자적인 Vercel 모노크롬 + Geist 폰트 체계였다. 폰트·타이포그래피를 OpenChain-KWG(Google devsite 계열) 기준으로 맞추되, 색상은 기존 Vercel 모노크롬을 그대로 유지하기로 했다.
변경
.td-content > h1 { font-weight: 700 })으로 700이 되던 것을 500으로 환원검증
npm run build정상