浏览代码

updated web font CDN URL for v2.020 release

Chris Simpkins 9 年之前
父节点
当前提交
00366dcaca
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -140,13 +140,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.019/css/hack.min.css">
+<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.020/css/hack.min.css">
 ```
 
 ##### Full Character Set
 
 ```html
-<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.019/css/hack-extended.min.css">
+<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.020/css/hack-extended.min.css">
 ```
 
 Then style your text by including `Hack` in the appropriate `font-family` property of your CSS.  For example: