12 lines
391 B
Markdown
12 lines
391 B
Markdown
# Roboto fontface Bower package
|
|
|
|
A simple bower package providing the [Roboto](http://www.google.com/fonts/specimen/Roboto) fontface.
|
|
|
|
## Installing
|
|
|
|
Assuming you have [NodeJS](http://nodejs.org/) and [Bower](https://github.com/bower/bower) installed globally just open up a terminal, navigate to your projects root directory and then execute
|
|
|
|
```
|
|
$ bower install roboto-fontface --save
|
|
```
|