wfk-montserrat
Version:
WebFont Kit for Google Fonts - Montserrat Family
21 lines (14 loc) • 468 B
Markdown
# WebFont Kit for Google Fonts - Montserrat
This is a WebFont Kit package for google open fonts Montserrat
Install webfont kit in your local node modules using following command
```
npm install wfk-montserrat
```
Include montserrat.css in your index.html or .angular-cli.json
```
"../node_modules/wfk-montserrat/montserrat.css"
```
If you want to use font family constants in your scss stylesheet
```
@import "~wfk-montserrat/montserrat"
```