mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2024-12-26 17:37:32 +00:00
Updated demo URL
This commit is contained in:
parent
68a22c45f5
commit
8961600d5c
16
README.md
16
README.md
@ -26,7 +26,7 @@ Currently, there are two icon sets in the `dist/icons` directory:
|
||||
|
||||
**NB!** The Square Outline collection will not be available via CDN until release.
|
||||
|
||||
### :pushpin: Demo: [View Icon Sets](https://danhendricks.com/demo/github/dmhendricks/file-icon-vectors/demo/?utm_source=danhendricks.com&utm_medium=campaign&utm_content=link&utm_campaign=file-icon-vectors)
|
||||
### :pushpin: Demo: [View Icon Sets](https://rawcdn.githack.com/dmhendricks/file-icon-vectors/master/demo/index.html)
|
||||
|
||||
## Installation
|
||||
|
||||
@ -59,8 +59,6 @@ To display a file icon, simply link to one or both of the icon set CSS files in
|
||||
|
||||
#### CDN: unpkg
|
||||
|
||||
Recommended for performance.
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://unpkg.com/file-icon-vectors/dist/file-icon-classic.min.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/file-icon-vectors/dist/file-icon-vivid.min.css" />
|
||||
@ -75,11 +73,13 @@ Supports both HTTP and HTTPS.
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/dmhendricks/file-icon-vectors/dist/file-icon-vivid.min.css" />
|
||||
```
|
||||
|
||||
#### CDN: RawGit
|
||||
#### CDN: GitHack
|
||||
|
||||
Supports `master` branch as endpoint.
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://cdn.rawgit.com/dmhendricks/file-icon-vectors/0.8.1/dist/file-icon-classic.min.css" />
|
||||
<link rel="stylesheet" href="https://cdn.rawgit.com/dmhendricks/file-icon-vectors/0.8.1/dist/file-icon-vivid.min.css" />
|
||||
<link rel="stylesheet" href="https://rawcdn.githack.com/dmhendricks/file-icon-vectors/master/dist/file-icon-classic.min.css" />
|
||||
<link rel="stylesheet" href="https://rawcdn.githack.com/dmhendricks/file-icon-vectors/master/dist/file-icon-vivid.min.css" />
|
||||
```
|
||||
|
||||
## Example Usage
|
||||
@ -110,6 +110,10 @@ If you prefer, you may also use `.fiv-size-md`, `.fiv-size-lg` and `.fiv-size-xl
|
||||
<span class="fiv-viv fiv-icon-pdf fiv-size-lg"></span>
|
||||
```
|
||||
|
||||
## Catalog JSON
|
||||
|
||||
Each icon set has a `catalog.json` file that includes all icons included in the library. You can optionally use this to check for files that exist, and where missing, set an alternate icon.
|
||||
|
||||
## Special Thanks
|
||||
|
||||
- [unpkg](https://unpkg.com/?utm_source=github.com&utm_medium=campaign&utm_content=link&utm_campaign=file-icon-vectors) and [jsDelivr](https://www.jsdelivr.com/?utm_source=github.com&utm_medium=campaign&utm_content=link&utm_campaign=file-icon-vectors)
|
||||
|
Loading…
Reference in New Issue
Block a user