@noonnu/nexon-lv2-gothic
넥슨 Lv.2 고딕 - 올려야하는 폰트가 너무너무 많다..
Install
npm install @noonnu/nexon-lv2-gothic --save
Import the CSS file
import '@noonnu/nexon-lv2-gothic' // esm
// or
require('@noonnu/nexon-lv2-gothic') // cjs
css-loader
@import url('~@noonnu/nexon-lv2-gothic');
Usage
body {
font-family: NEXON Lv2 Gothic;
}