updated web font CDN links in README

pull/165/head
Chris Simpkins 2015-11-06 22:32:44 +07:00
parent 2efd3444c4
commit d9cd4cbfcd
1 changed files with 2 additions and 2 deletions

@ -84,13 +84,13 @@ Include **one** of the following lines in the `<head>` section of your site's HT
##### Basic Latin + Latin-1 Supplement Character Set
```html
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.017/css/hack.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.018/css/hack.min.css">
```
##### Full Character Set
```html
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.017/css/hack-extended.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.018/css/hack-extended.min.css">
```
Then style your text by including `Hack` in the appropriate `font-family` property of your CSS. For example: