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

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