0.1.0 • Published 3 years ago
@noonnu/gothic-goding v0.1.0
@noonnu/gothic-goding
고딕 아니고 고딩 - 네이버 클로바 AI가 만든 나눔손글씨 글꼴

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