0.1.0 • Published 3 years ago
@noonnu/nexon-lv2-gothic v0.1.0
@noonnu/nexon-lv2-gothic
넥슨 Lv.2 고딕 - 올려야하는 폰트가 너무너무 많다..

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