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.
📄 PR 내용 요약
폰트 최적화를 통해 렌더링 지연을 줄이고 로딩 성능을 개선
✅ 작업 내용 상세
참고 블로그
[성능최적화] 웹폰트 최적화 가이드
기존에 적용되어 있던 최적화
font-display: swap설정이번 PR에서 개선한 내용
기존
.ttf→.woff,.woff2로 교체해 용량 감소 및 로딩 최적화📸 스크린샷 (선택사항)
💬 참고 사항
블로그에서 소개된 서브셋 처리 관련: 현재는 SF Pro 단일 폰트와 시스템 폰트만 사용하고 있어서 적용해도 큰 성능 차이가 없어 이번 작업에는 포함하지 않았습니다!