0.1.0 • Published 2 years ago
@noonnu/yangjinche v0.1.0
@noonnu/yangjinche
양진체 - 레트로하고 키치한 느낌의 서체
Install
npm install @noonnu/yangjinche --save
Import the CSS file
import '@noonnu/yangjinche' // esm
// or
require('@noonnu/yangjinche') // cjs
css-loader
@import url('~@noonnu/yangjinche');
Usage
body {
font-family: 양진체;
}