# 구글 웹 폰트 로딩을 최대한 빠르게 하기

> Clean Markdown view of GeekNews topic #2129. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2129](https://news.hada.io/topic?id=2129)
- GeekNews Markdown: [https://news.hada.io/topic/2129.md](https://news.hada.io/topic/2129.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-05-22T09:24:30+09:00
- Updated: 2020-05-22T09:24:30+09:00
- Original source: [csswizardry.com](https://csswizardry.com/2020/05/the-fastest-google-fonts/)
- Points: 10
- Comments: 1

## Topic Body

[0] &display=swap 은 기본

[1] preconnect 로 폰트 주소에 미리 연결

[2] preload 로 우선순위 비동기 CSS Fetch

[3] media="print" onload="this.media='all'" 추가

[4] noscript 대응 포함

## Comments



### Comment 1863

- Author: xguru
- Created: 2020-05-22T10:14:59+09:00
- Points: 3

웹폰트 최적화 기법에 관한 몇가지 이야기 https://showerbugs.github.io/2018-02-02/웹폰트-최적화-하기
