noto-fontface
Version:
A simple package providing the Noto Sans fontface.
25 lines (17 loc) • 794 B
Markdown
# Noto fontface
A simple package providing the following fonts:
* [Noto Sans](http://www.google.com/fonts/specimen/Noto+Sans)
* [Noto Sans Arabic](https://www.google.com/get/noto/#sans-arab)
* [Noto Sans CJK JP](https://www.google.com/get/noto/#sans-jpan)
* [Noto Sans CJK KR](https://www.google.com/get/noto/#sans-kore)
* [Noto Sans Hebrew](https://www.google.com/get/noto/#sans-hebr)
* [Noto Serif Thai](https://www.google.com/get/noto/#serif-thai)
### Install via NPM
```sh
npm install noto-fontface --save
```
## Usage
Import one of the following in your project to have access to "Noto" fontface:
* `css/noto-fontface.css` - whole font family compiled into CSS
* `css/noto-fontface.min.css` - whole font family (minified CSS)
* `scss/noto-fontface.scss` - whole font family in SCSS