# NanumSquare Web Fonts

Web Font Version of NanumSquare. Created by [NAVER](http://www.naver.com).
Forked from [hiun/NanumSquare](https://github.com/hiun/NanumSquare)
and [moonspam/NanumSquare](https://github.com/moonspam/NanumSquare).

## Weights

- Bold(700)
- Regular(400)

##Formats

- ttf
- eot
- woff
- woff2

## Installation

**CSS**

Insert `nanumsquare.css` to HTML.

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

Adding to CSS.

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

## Demo

[Demo Page](https://hiun.github.io/NanumSquare)

##License

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