Skip to content

Commit 2f5f9e0

Browse files
committed
[WEBFONT_USAGE.md] updated web font documentation with new cdnjs CDN resource
1 parent c273d93 commit 2f5f9e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/WEBFONT_USAGE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ You can view the rendering of the web fonts at a range of sizes on the [Hack web
66

77
#### Hack by CDN
88

9-
Thanks to the generous gang at [jsDelivr](https://github.com/jsdelivr/jsdelivr), you can use a CDN to include Hack on your site with a single stylesheet link in the head of your HTML files. There is no need to download font files from the repository or serve them from your web server. Instructions for web font CDN use are available on our README page.
9+
Thanks to the generous gangs at [jsDelivr](https://github.com/jsdelivr/jsdelivr) and [cdnjs](https://www.cdnjs.com), you can use a CDN to include Hack on your site with a single stylesheet link in the head of your HTML files. There is no need to download font files from the repository or serve them from your web server. Instructions for web font CDN use are available on our README page and you can use either of the following CDN:
1010

11+
[![jsDelivr](https://img.shields.io/badge/jsDelivr-Hack_web_font_CDN-blue.svg?style=flat-square)](https://www.jsdelivr.com/package/npm/hack-font)
12+
[![cdnjs](https://img.shields.io/badge/cdnjs-Hack_web_font_CDN-blue.svg?style=flat-square)](https://cdnjs.com/libraries/hack-font)
1113

1214
#### Host Hack Font Files on Your Server
1315

@@ -63,7 +65,7 @@ Then style your text by including `Hack` in the appropriate `font-family` proper
6365

6466
```css
6567
code {
66-
font-family: Hack, monospace;
68+
font-family: Hack, monospace;
6769
}
6870
```
6971

0 commit comments

Comments
 (0)