Discover more font weight that is not provided by common webfonts provider such as Google Fonts. For example, Monserrat on Google Fonts only provide 2 styles of weight, 400 and 700. This is very 💩
just include this to the top of your styles or css files
@import url(http://webfonts-plus.herokuapp.com/src?family=FontName);
just replace the FontName to one of fonts listed below
- Montserrat
- Olivier
- Sign Painter
- Graphik
- National
- Tiempos Headline
- Tiempos Text
- coming soon (you can request by create issue to this repo 😊)
Available weight and styles:
font-weight |
font-style |
|---|---|
| 100 | normal |
| 200 | normal |
| 300 | normal |
| 400 | normal |
| 500 | normal |
| 600 | normal |
| 700 | normal |
| 800 | normal |
Add this line to the top of your styles or base css files:
@import url(http://webfonts-plus.herokuapp.com?family=Montserrat);
And then your Montserrat font are ready to use for your website!
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal
Available weight and styles:
font-weight |
font-style |
|---|---|
| 400 | normal |
Add this line to the top of your styles or base css files:
@import url(http://webfonts-plus.herokuapp.com?family=Olivier);
And then your Olivier font are ready to use for your website!
font-family: "Olivier", sans-serif;
font-weight: 400;
font-style: normal
Available weight and styles:
font-weight |
font-style |
|---|---|
| 400 | normal |
Add this line to the top of your styles or base css files:
@import url(http://webfonts-plus.herokuapp.com?family=SignPainter);
And then your SignPainter font are ready to use for your website!
font-family: "SignPainter", sans-serif;
font-weight: 400;
font-style: normal
Available weight and styles:
font-weight |
font-style |
|---|---|
| 100 (Thin) | normalitalic |
| 200 (Extralight) | normalitalic |
| 300 (Light) | normalitalic |
| 400 (Regular) | normalitalic |
| 500 (Medium) | normalitalic |
| 600 (Semibold) | normalitalic |
| 700 (Bold) | normalitalic |
| 800 (Black) | normalitalic |
| 900 (Super) | normalitalic |
Add this line to the top of your styles or base css files:
@import url(http://webfonts-plus.herokuapp.com?family=Graphik);
And then your Graphik font are ready to use for your website!
font-family: "Graphik", sans-serif;
font-weight: 400;
font-style: normal
Available weight and styles:
font-weight |
font-style |
|---|---|
| 300 (Book) | normalitalic |
| 400 (Regular) | normalitalic |
| 500 (Medium) | normalitalic |
| 600 (Semibold) | normalitalic |
| 700 (Bold) | normalitalic |
| 800 (Extrabold) | normalitalic |
Add this line to the top of your styles or base css files:
@import url(http://webfonts-plus.herokuapp.com?family=National);
And then your National font are ready to use for your website!
font-family: "National", sans-serif;
font-weight: 400;
font-style: normal
Available weight and styles:
font-weight |
font-style |
|---|---|
| 300 (Light) | normalitalic |
| 400 (Regular) | normalitalic |
| 500 (Medium) | normalitalic |
| 600 (Semibold) | normalitalic |
| 700 (Bold) | normalitalic |
| 800 (Black) | normalitalic |
Add this line to the top of your styles or base css files:
@import url(http://webfonts-plus.herokuapp.com?family= TiemposHeadline);
And then your TiemposHeadline font are ready to use for your website!
font-family: "TiemposHeadline", serif;
font-weight: 400;
font-style: normal
Available weight and styles:
font-weight |
font-style |
|---|---|
| 400 (Regular) | normalitalic |
| 500 (Medium) | normalitalic |
| 600 (Semibold) | normalitalic |
| 700 (Bold) | normalitalic |
Add this line to the top of your styles or base css files:
@import url(http://webfonts-plus.herokuapp.com?family=SignPainter);
And then your TiemposText font are ready to use for your website!
font-family: "TiemposText", sans-serif;
font-weight: 400;
font-style: normal
MIT






