# Nanum Barun Gothic Web Fonts

Web Font Version of Nanum Barun Gothic. Created by [NAVER](http://www.naver.com) in Oct, 2013.

## Weights

- Bold(700)
- Regular(400)
- Light(300)
- UltraLight(200)

##Formats

- ttf
- eot
- woff
- woff2

## Installation

**Install via Bower**

```
bower install NanumBarunGothic
```

## Applying

**CSS**

Insert `nanumbarungothic.css` to your HTML.

```html
<link href='/path/to/NanumBarunGothic/nanumbarungothic.css' rel='stylesheet' type='text/css'>
```

Use your own way!

```css
body {
  font-family: 'Nanum Barun Gothic', sans-serif;
}
```

## Demo

[Demo Page](http://hiun.github.io/NanumBarunGothic)

## Contributors

[wan2land](https://github.com/wan2land) - Providing converted new Light and UltraLight font, providing WOFF2 format for all font family.

[EzKorry](https://github.com/EzKorry) - Issuing about `Content-Type` error in demo code.

[kaiserjun](https://github.com/kaiserjun) - Issuing about conversion error in `.woff` format font.

##License

Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com)