# @noonnu/beeunhye

배은혜체 - 네이버 클로바 AI가 만든 나눔손글씨 글꼴

![example](./example.png)

## Install

```bash
npm install @noonnu/beeunhye --save
```

### Import the CSS file

```js
import '@noonnu/beeunhye' // esm
// or
require('@noonnu/beeunhye') // cjs
```

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

```css
@import url('~@noonnu/beeunhye');
```

## Usage

```css
body {
    font-family: Beeunhye;
}
```

## Link

https://noonnu.cc/font_page/519
