0.1.0 • Published 3 years ago
@noonnu/khnphd v0.1.0
@noonnu/khnphd
한수원 한돋움체 - 아침 잘 챙겨먹고 다녀
Install
npm install @noonnu/khnphd --save
Import the CSS file
import '@noonnu/khnphd' // esm
// or
require('@noonnu/khnphd') // cjs
css-loader
@import url('~@noonnu/khnphd');
Usage
body {
font-family: KHNPHD;
}