Pārlūkot izejas kodu

[README.md] updated web font links for latest v3.x release

Chris Simpkins 7 gadi atpakaļ
vecāks
revīzija
952c208f7a
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -76,7 +76,7 @@ To use with [Secure Shell](https://chrome.google.com/webstore/detail/secure-shel
 edit the following fields in Options:
 edit the following fields in Options:
 
 
   - font-family: `"Hack"`
   - font-family: `"Hack"`
-  - user-css: `https://cdn.jsdelivr.net/npm/hack-font/build/web/hack.css`
+  - user-css: `https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css`
 
 
 ## Package managers
 ## Package managers
 
 
@@ -108,13 +108,13 @@ Include one of the following in the <head> section of your HTML file:
 **Subset web fonts**
 **Subset web fonts**
 
 
 ```html
 ```html
-<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font/build/web/hack-subset.css">
+<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3/build/web/hack-subset.css">
 ```
 ```
 
 
 **Full character set web fonts**
 **Full character set web fonts**
 
 
 ```html
 ```html
-<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font/build/web/hack.css">
+<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css">
 ```
 ```
 
 
 #### 2. Add Hack to CSS
 #### 2. Add Hack to CSS