Initial commit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
#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)
|
||||
Reference in New Issue
Block a user