# @kfonts/bm-hanna-air

[![@kfonts/bm-hanna-air on npmjs.com](https://img.shields.io/npm/v/%40kfonts%2Fbm-hanna-air)](https://www.npmjs.com/package/@kfonts/bm-hanna-air)

The CSS and web font files for using &OpenCurlyDoubleQuote;배달의민족 한나체 Air&CloseCurlyDoubleQuote; font on your website without external resource.

## Quick Start

### Installation

```sh
# npm
npm install --save @kfonts/bm-hanna-air

# yarn
yarn add @kfonts/bm-hanna-air

# pnpm
pnpm install @kfonts/bm-hanna-air
```

### Embeding

```js
// ES6+ with import assertion
import '@kfonts/bm-hanna-air' assert { type: 'css' };

// ES6+
import '@kfonts/bm-hanna-air';

// CommonJS
require('@kfonts/bm-hanna-air');
```

### Styling

```css
body {
  font-family: '배달의민족 한나체 Air', 'BM HANNA Air', sans-serif;
}
```

## Without self-host

If you can not use self-host method but want to this font, you can embed this from unpkg.

```html
<link rel="stylesheet" href="https://unpkg.com/@kfonts/bm-hanna-air/index.css" />
```

## Original font

Original font can download here: [우아한형제들 글꼴](https://www.woowahan.com/fonts)

## Licence

OFL-1.1

You can check full license description here: [배달의민족 글꼴 라이센스 정책](https://www.woowahan.com/fonts/license)
