0.1.1 • Published 8 years ago

noto-sans-kr v0.1.1

Weekly downloads
107
License
MIT
Repository
github
Last release
8 years ago

noto-sans-kr

한국어용 Noto Sans의 경량화 버전입니다. 폰트 소스 경량화 작업은 이상한모임의 @miriya 님이 해주셨습니다.

Installation

via bower

$ bower install noto-sans-kr

via npm

$ npm install noto-sans-kr

Usage

HTML <head> 블록에 stylesheet를 포함시킨후,

<link rel="stylesheet" href="path/to/your/directory/noto-sans-kr/styles.css">

다음과 같이 사용합니다.

body {
  font-family: "Noto Sans Korean", sans-serif;
}

License

MIT