Skip to content

Commit d05a0ff

Browse files
committed
updated web font CDN links to new v2.013 versions
1 parent d72abea commit d05a0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ Include **one** of the following lines in the `<head>` section of your site's HT
8484
##### Basic Latin + Latin-1 Supplement Character Set
8585

8686
```html
87-
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.010/css/hack.min.css">
87+
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.013/css/hack.min.css">
8888
```
8989

9090
##### Full Character Set
9191

9292
```html
93-
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.010/css/hack-extended.min.css">
93+
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.013/css/hack-extended.min.css">
9494
```
9595

9696
Then style your text by including `Hack` in the appropriate `font-family` property of your CSS. For example:

0 commit comments

Comments
 (0)