# Noto Sans CJK JP
Web font version of Noto Sans CJK JP, which was created by Google.

## Formats
(Identical to earlyaccess version of google fonts)
* otf  
* woff  
* woff2  

## Installation (webpack)

```js
require("typeface-notosans-jp"); //CommonJS Style

//OR

import "typeface-notosans-jp"; //ES6 Style
```