# CSS를 비동기 로딩하는 가장 간단한 방법

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=123](https://news.hada.io/topic?id=123)
- GeekNews Markdown: [https://news.hada.io/topic/123.md](https://news.hada.io/topic/123.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-07-20T16:23:38+09:00
- Updated: 2019-07-20T16:23:38+09:00
- Original source: [filamentgroup.com](http://filamentgroup.com/lab/load-css-simpler/)
- Points: 6
- Comments: 1

## Topic Body

css 불러오는 link 태그에 media="print" onload="this.media='all'” 적어주는 것으로 끝. css크기가 작으면 인라인이 좋고, 20kb 이상이면 비동기 고려해보라고

## Comments



### Comment 139

- Author: iolothebard
- Created: 2019-07-21T09:02:07+09:00
- Points: 2

css없이도 대충은 보이도록 마크업 하던가(예전엔 이걸 progressive enhancement인가 뭔가라고 불렀는데)...

기본 css는 동기로 로딩하고 추가적인 부분만 비동기로 로딩해야겠네요
