yuna-c / outsourcing

https://outsourcing-gray.vercel.app
0 stars 2 forks source link

issue : 폰트 깜빡임 #35

Closed yuna-c closed 1 month ago

yuna-c commented 1 month ago

https://github.com/yuna-c/outsourcing/blob/fa08df068675e03b4219145834cc0004e93f7f94/index.html#L1-L23

폰트 깜빡임(FOUT) 해결 방법

  1. font-display: swap 적용 : 폰트가 로드되기 전까지 시스템 폰트를 사용하고, 로드 후 커스텀 폰트로 자연스럽게 전환
  2. Preload 사용 : 웹 폰트를 빠르게 로드하기 위해 를 추가해 브라우저가 페이지 로드 전에 폰트를 미리 다운로드
  3. font-display: optional : ?
  4. https://github.com/orioncactus/pretendard/discussions/183
yuna-c commented 1 month ago

07a6d094bdeba59a17d45351258711b904ab82f1 해결 완료