0.1.0 • Published 2 years ago
@noonnu/se-hwa v0.1.0
@noonnu/se-hwa
세화체 - 네이버 클로바 AI가 만든 나눔손글씨 글꼴
Install
npm install @noonnu/se-hwa --save
Import the CSS file
import '@noonnu/se-hwa' // esm
// or
require('@noonnu/se-hwa') // cjs
css-loader
@import url('~@noonnu/se-hwa');
Usage
body {
font-family: Se-hwa;
}