0.1.0 • Published 3 years ago
@noonnu/one-mobile-title v0.1.0
@noonnu/one-mobile-title
원스토어 모바일고딕 제목체 - 고양이를 보면 기분이 좋다

Install
npm install @noonnu/one-mobile-title --saveImport the CSS file
import '@noonnu/one-mobile-title' // esm
// or
require('@noonnu/one-mobile-title') // cjscss-loader
@import url('~@noonnu/one-mobile-title');Usage
body {
font-family: ONE-Mobile-Title;
}