# WebFont Kit for Google Fonts - Montserrat Family
This is a WebFont Kit package for google open fonts Montserrat. 


## Installation  
  
```
npm install @webwingscz/googlefont-montserrat
```
  
Include montserrat.scss in your index.html  
  
```
"../node_modules/@webwingscz/googlefont-montserrat/montserrat.scss"
```

  
If you want to use the font by including into scss files, use:  
  
```
@import "~@webwingscz/googlefont-montserrat/montserrat"
```


If you plane to user this font for headlines only, include simplified package, which contains only regular and bold version   
  
```
@import "~@webwingscz/googlefont-montserrat/montserrat-headlines"
```
  