# @kfonts/bm-euljiro-10years-later-otf

[![@kfonts/bm-euljiro-10years-later-otf on npmjs.com](https://img.shields.io/npm/v/%40kfonts%2Fbm-euljiro-10years-later-otf)](https://www.npmjs.com/package/@kfonts/bm-euljiro-10years-later-otf)

The CSS and web font files for using &OpenCurlyDoubleQuote;배민 을지로10년후체 OTF&CloseCurlyDoubleQuote; font on your website without external resource.

## Quick Start

### Installation

```sh
# npm
npm install --save @kfonts/bm-euljiro-10years-later-otf

# yarn
yarn add @kfonts/bm-euljiro-10years-later-otf

# pnpm
pnpm install @kfonts/bm-euljiro-10years-later-otf
```

### Embeding

```js
// ES6+ with import assertion
import '@kfonts/bm-euljiro-10years-later-otf' assert { type: 'css' };

// ES6+
import '@kfonts/bm-euljiro-10years-later-otf';

// CommonJS
require('@kfonts/bm-euljiro-10years-later-otf');
```

### Styling

```css
body {
  font-family: '배민 을지로10년후체 OTF', 'BM Euljiro 10 years later OTF', cursive;
}
```

## 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-euljiro-10years-later-otf/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)
