noto-sans-kr
Version:
한국어용 Noto Sans의 경량화 버전입니다.
31 lines (25 loc) • 628 B
Markdown
# noto-sans-kr
한국어용 Noto Sans의 경량화 버전입니다.
폰트 소스 경량화 작업은 [이상한모임](http://blog.weirdx.io)의 @miriya 님이 해주셨습니다.
## Installation
via bower
```
$ bower install noto-sans-kr
```
via npm
```
$ npm install noto-sans-kr
```
## Usage
HTML `<head>` 블록에 stylesheet를 포함시킨후,
``` html
<link rel="stylesheet" href="path/to/your/directory/noto-sans-kr/styles.css">
```
다음과 같이 사용합니다.
``` css
body {
font-family: "Noto Sans Korean", sans-serif;
}
```
## License
[MIT](https://github.com/HyunSeob/noto-sans-kr/blob/master/LICENSE)