# @kfonts/nexon-lv1-gothic

[![@kfonts/nexon-lv1-gothic on npmjs.com](https://img.shields.io/npm/v/%40kfonts%2Fnexon-lv1-gothic)](https://www.npmjs.com/package/@kfonts/nexon-lv1-gothic)

The CSS and web font files for using &OpenCurlyDoubleQuote;넥슨Lv1고딕&CloseCurlyDoubleQuote; font on your website without external resource.

## Quick Start

### Installation

```sh
# npm
npm install --save @kfonts/nexon-lv1-gothic

# yarn
yarn add @kfonts/nexon-lv1-gothic

# pnpm
pnpm install @kfonts/nexon-lv1-gothic
```

### Embeding

```js
// ES6+ with import assertion
import '@kfonts/nexon-lv1-gothic' assert { type: 'css' };

// ES6+
import '@kfonts/nexon-lv1-gothic';

// CommonJS
require('@kfonts/nexon-lv1-gothic');
```

### Styling

```css
body {
  font-family: '넥슨Lv1고딕', 'NEXON Lv1 Gothic', 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/nexon-lv1-gothic/index.css" />
```

## Original font

Original font can download here: [NEXON LEVEL UP](https://levelup.nexon.com/index.html)

## Licence

You can check full license description here: [넥슨 폰트 사용정책](https://levelup.nexon.com/index.html#policy)
