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

This commit is contained in:
Chris Simpkins 2018-01-22 21:39:00 -05:00
parent 8cb82511fb
commit 952c208f7a

View File

@ -76,7 +76,7 @@ To use with [Secure Shell](https://chrome.google.com/webstore/detail/secure-shel
edit the following fields in Options:
- 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
@ -108,13 +108,13 @@ Include one of the following in the <head> section of your HTML file:
**Subset web fonts**
```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**
```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