noto-sans-kr-font
Noto Sans KR 폰트 패키지입니다.
Light(300), Regular(400), Medium(500), Bold(700)로 구성되어 있습니다.
Installation
npm
$ npm install noto-sans-kr-font
Usage
HTML <head>
Block
<link
rel="stylesheet"
href="{...your directory}/noto-sans-kr-font/styles.css"
/>
use
body {
font-family: "Noto Sans KR";
}