# @noonnu/one-mobile-title

원스토어 모바일고딕 제목체 - 고양이를 보면 기분이 좋다

![example](./example.png)

## Install

```bash
npm install @noonnu/one-mobile-title --save
```

### Import the CSS file

```js
import '@noonnu/one-mobile-title' // esm
// or
require('@noonnu/one-mobile-title') // cjs
```

#### [css-loader](https://github.com/webpack-contrib/css-loader)

```css
@import url('~@noonnu/one-mobile-title');
```

## Usage

```css
body {
    font-family: ONE-Mobile-Title;
}
```

## Link

https://noonnu.cc/font_page/678
