mirror of https://github.com/astrit/css.gg.git
All options CDN alternatives
This commit is contained in:
parent
7038bbe57f
commit
cced24fe0c
12
README.md
12
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue