All options CDN alternatives

This commit is contained in:
astrit 2019-12-18 04:08:48 +01:00
parent 7038bbe57f
commit cced24fe0c
1 changed files with 11 additions and 1 deletions

View File

@ -23,12 +23,22 @@ Access all the icons as package:
| JSON | https://css.gg/json |
| XML | https://css.gg/xml |
#### This repository .json CDN alternatives
#### This package CDN alternatives
```
JSON
https://unpkg.com/css.gg
https://cdn.jsdelivr.net/npm/css.gg
CSS
https://unpkg.com/css.gg/icons-compressed/icons.css
https://cdn.jsdelivr.net/npm/css.gg/icons-compressed/icons.css
XML
https://unpkg.com/css.gg/icons-xml/icons.xml
https://cdn.jsdelivr.net/npm/css.gg/icons-xml/icons.xml
```
## Add icons in your project
#### 1. Markup