0.1.0 • Published 3 years ago
@noonnu/nanum-gothic-coding v0.1.0
@noonnu/nanum-gothic-coding
나눔고딕코딩 - class Noonnu; end

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