Skip to content

Commit 952c208

Browse files
committed
[README.md] updated web font links for latest v3.x release
1 parent 8cb8251 commit 952c208

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To use with [Secure Shell](https://chrome.google.com/webstore/detail/secure-shel
7676
edit 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

0 commit comments

Comments
 (0)