Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaned up README for new GitHub Markdown version #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Cleaned up README for new GitHub Markdown version
  • Loading branch information
simonlehmann committed Jul 12, 2017
commit a2ddc7fab23b55a6937884399a434c55b627e337
28 changes: 11 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,32 @@
#Proxima Nova Web Fonts
-----------------------

#####The package contains **5** variants of the proxima nova web fonts.
# 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

## 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:
```
1. Put the fonts folder anywhere on your server.

2. In your html file include the `fonts.css` or `fonts.min.css` as follows:
``` html
<!-- 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:
```
3. And finally in your CSS stylesheets use as follows:
```css
body {
font-family: 'Proxima Nova', Georgia, sans-serif;
}
```
--------------

###Socialize
>Follow me on twitter [@mytharora](), [@techstricks]() ***OR***
>Visit My Blog at [www.techstricks.com](http:https://www.techstricks.com)
## Socialize
> Follow me on twitter [@mytharora](https://twitter.com/mytharora), [@techstricks](https://twitter.com/techstricks) ***OR*** Visit My Blog at [www.techstricks.com](http:https://www.techstricks.com)