0.1.0 • Published 3 years ago
@noonnu/one-mobile-regular v0.1.0
@noonnu/one-mobile-regular
원스토어 모바일고딕 본문체 - 따뜻한 밀크티를 마시고 자자
Install
npm install @noonnu/one-mobile-regular --save
Import the CSS file
import '@noonnu/one-mobile-regular' // esm
// or
require('@noonnu/one-mobile-regular') // cjs
css-loader
@import url('~@noonnu/one-mobile-regular');
Usage
body {
font-family: ONE-Mobile-Regular;
}