@webwingscz/googlefont-roboto
Version:
Google Font Roboto Family package
30 lines (18 loc) • 649 B
Markdown
# WebFont Kit for Google Fonts - Roboto Family
This is a WebFont Kit package for google open fonts Roboto.
## Installation
```
npm install @webwingscz/googlefont-roboto
```
Include roboto.scss in your index.html
```
"../node_modules/@webwingscz/googlefont-roboto/roboto.scss"
```
If you want to use the font by including into scss files, use:
```
@import "~@webwingscz/googlefont-roboto/roboto"
```
If you plane to user this font for headlines only, include simplified package, which contains only regular and bold version
```
@import "~@webwingscz/googlefont-roboto/roboto-basic"
```