0.1.0 • Published 3 years ago
@noonnu/kotra-gothic v0.1.0
@noonnu/kotra-gothic
코트라 고딕체 - 가을은 왜 이렇게 짧은거야
Install
npm install @noonnu/kotra-gothic --save
Import the CSS file
import '@noonnu/kotra-gothic' // esm
// or
require('@noonnu/kotra-gothic') // cjs
css-loader
@import url('~@noonnu/kotra-gothic');
Usage
body {
font-family: KOTRA_GOTHIC;
}