We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72abea commit d05a0ffCopy full SHA for d05a0ff
README.md
@@ -84,13 +84,13 @@ Include **one** of the following lines in the `<head>` section of your site's HT
84
##### Basic Latin + Latin-1 Supplement Character Set
85
86
```html
87
-<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.010/css/hack.min.css">
+<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.013/css/hack.min.css">
88
```
89
90
##### Full Character Set
91
92
93
-<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.010/css/hack-extended.min.css">
+<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.013/css/hack-extended.min.css">
94
95
96
Then style your text by including `Hack` in the appropriate `font-family` property of your CSS. For example:
0 commit comments