deb-python-xstatic-roboto-f.../README.md
Christian Hoffmeister 02311b5198 Add note on hinting
Closes #15
2015-05-02 07:30:26 +02:00

24 lines
743 B
Markdown

# Roboto fontface Bower package
A simple bower package providing the [Roboto](http://www.google.com/fonts/specimen/Roboto) fontface. The font was created by [Christian Robertson](https://plus.google.com/110879635926653430880/about).
## Installing
Assuming you have [NodeJS](http://nodejs.org/) and [Bower](http://bower.io/) installed globally just open up a terminal, navigate to your projects root directory and then execute
```
$ bower install roboto-fontface --save
```
## Hinting
Some of the included font files have [hinting](http://en.wikipedia.org/wiki/Font_hinting).
| Files | Hinting |
|----------|---------|
| `.eot` | ? |
| `.svg` | no |
| `.ttf` | ? |
| `.woff` | yes |
| `.woff2` | ? |