Files
old-new-wiaas/frontend/public/static/fonts/proxima-nova-web-fonts-master/README.md
2018-06-14 16:49:28 +02:00

39 lines
1.2 KiB
Markdown

#Proxima Nova Web Fonts
-----------------------
#####The package contains **5** variants of the proxima nova web fonts.
- Proxima Nova Thin [`'proxima_nova_scosfthin'` OR `'proxima_nova_ltthin'`]
- Proxima Nova Regular [`'Proxima Nova'`]
- Proxima Nova Semi-Bold [`'proxima_nova_ltsemibold'`]
- Proxima Nova Bold [`'proxima_nova_altbold'`]
- Proxima Nova Black [`'proxima_nova_altblack'`]
-----------
###USAGE
To use the "Proxima Nova Web Fonts" Download the package as a zip file and extract the `fonts` folder.
- Put the fonts folder anywhere on your server
- In your html file include the `fonts.css` or `fonts.min.css` as follows:
```
<!-- for unminified version add this -->
<link rel="stylesheet" type="text/css" href="/path/to/your/fonts/folder/fonts.css" />
<!-- for minified version add this -->
<link rel="stylesheet" type="text/css" href="/path/to/your/fonts/folder/fonts.min.css" />
```
- And finally in your CSS stylesheets use as follows:
```
body {
font-family: 'Proxima Nova', Georgia, sans-serif;
}
```
--------------
###Socialize
>Follow me on twitter [@mytharora](), [@techstricks]() ***OR***
>Visit My Blog at [www.techstricks.com](http://www.techstricks.com)