1.0.1 • Published 5 years ago

@webwingscz/googlefont-roboto v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

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"