|
@@ -74,7 +74,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/font-hack/2.020/css/hack-extended.min.css`
|
|
|
|
|
|
+ - user-css: `https://cdn.jsdelivr.net/npm/hack-font/build/web/hack.css`
|
|
|
|
|
|
## Package managers
|
|
## Package managers
|
|
|
|
|
|
@@ -106,13 +106,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/font-hack/2.020/css/hack.min.css">
|
|
|
|
|
|
+<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font/build/web/hack-subset.css">
|
|
```
|
|
```
|
|
|
|
|
|
**Full character set web fonts**
|
|
**Full character set web fonts**
|
|
|
|
|
|
```html
|
|
```html
|
|
-<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.020/css/hack-extended.min.css">
|
|
|
|
|
|
+<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font/build/web/hack.css">
|
|
```
|
|
```
|
|
|
|
|
|
#### 2. Add Hack to CSS
|
|
#### 2. Add Hack to CSS
|