mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2024-11-17 17:55:13 +00:00
Added Special Thanks section
This commit is contained in:
parent
3d4d326a23
commit
fda13530fc
13
README.md
13
README.md
@ -90,6 +90,7 @@ From there, you can use CSS classes to display the icons:
|
|||||||
<span class="fiv-cla fiv-icon-xls"></span>
|
<span class="fiv-cla fiv-icon-xls"></span>
|
||||||
<span class="fiv-viv fiv-icon-pdf"></span>
|
<span class="fiv-viv fiv-icon-pdf"></span>
|
||||||
<span class="fiv-viv fiv-icon-wav"></span>
|
<span class="fiv-viv fiv-icon-wav"></span>
|
||||||
|
<span class="fiv-sqo fiv-icon-doc"></span>
|
||||||
```
|
```
|
||||||
|
|
||||||
Notice that the classes contain either `flv-cla` for the Classic set or `flv-viv` for the Vivid set.
|
Notice that the classes contain either `flv-cla` for the Classic set or `flv-viv` for the Vivid set.
|
||||||
@ -98,7 +99,7 @@ If you want to override the size of the icons, you can do so with CSS:
|
|||||||
|
|
||||||
```html
|
```html
|
||||||
<style>
|
<style>
|
||||||
.fiv-cla, .fiv-viv { font-size: 3em; }
|
.fiv-cla, .fiv-viv, .fiv-sqo { font-size: 3em; }
|
||||||
</style>
|
</style>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -108,11 +109,13 @@ 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>
|
<span class="fiv-viv fiv-icon-pdf fiv-size-lg"></span>
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## Special Thanks
|
||||||
|
|
||||||
* Fix inconsistent sizing in classic set
|
- [unpkg](https://unpkg.com/) and [jsDelivr](https://www.jsdelivr.com/)
|
||||||
* Add additional library sets
|
- [Markdown Editor](https://jbt.github.io/markdown-editor/) by James Taylor
|
||||||
* Improve Gulp automation tasks
|
- [SVG optimiser](http://petercollingridge.appspot.com/svg-optimiser) by Peter Collingridge
|
||||||
|
- [SVGito](http://sketchmaster.com/svg-optimizer/) by [Sketch Master](http://sketchmaster.com/)
|
||||||
|
- [Gulp](https://gulpjs.com/) and [Sass](https://sass-lang.com/)
|
||||||
|
|
||||||
## Legal Stuff
|
## Legal Stuff
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user