File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ To use with [Secure Shell](https://chrome.google.com/webstore/detail/secure-shel
7676edit the following fields in Options:
7777
7878 - font-family: ` "Hack" `
79- - user-css: ` https://cdn.jsdelivr.net/npm/hack-font/build/web/hack.css `
79+ - user-css: ` https://cdn.jsdelivr.net/npm/hack-font@3 /build/web/hack.css `
8080
8181## Package managers
8282
@@ -108,13 +108,13 @@ Include one of the following in the <head> section of your HTML file:
108108** Subset web fonts**
109109
110110``` html
111- <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/hack-font/build/web/hack-subset.css" >
111+ <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/hack-font@3 /build/web/hack-subset.css" >
112112```
113113
114114** Full character set web fonts**
115115
116116``` html
117- <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/hack-font/build/web/hack.css" >
117+ <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/hack-font@3 /build/web/hack.css" >
118118```
119119
120120#### 2. Add Hack to CSS
You can’t perform that action at this time.
0 commit comments