Pārlūkot izejas kodu

updated web font CDN links to new v2.013 versions

Chris Simpkins 9 gadi atpakaļ
vecāks
revīzija
d05a0ffd03
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      README.md

+ 2 - 2
README.md

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