@noonnu/noto-serif-kr
본명조 (Source Han Serif) - 5년 뒤의 난 뭘 하고 있을까?
Install
npm install @noonnu/noto-serif-kr --save
Import the CSS file
import '@noonnu/noto-serif-kr' // esm
// or
require('@noonnu/noto-serif-kr') // cjs
css-loader
@import url('~@noonnu/noto-serif-kr');
Usage
body {
font-family: NotoSerifKR;
}