0.1.0 • Published 3 years ago
@noonnu/nanum-gothic v0.1.0
@noonnu/nanum-gothic
나눔고딕 - 파리의 숨은 고양이 찾기

Install
npm install @noonnu/nanum-gothic --saveImport the CSS file
import '@noonnu/nanum-gothic' // esm
// or
require('@noonnu/nanum-gothic') // cjscss-loader
@import url('~@noonnu/nanum-gothic');Usage
body {
font-family: Nanum Gothic;
}