0.1.0 • Published 3 years ago
@noonnu/okbi v0.1.0
@noonnu/okbi
옥비체 - 네이버 클로바 AI가 만든 나눔손글씨 글꼴

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