From ffc8f84d1ccfa83f25ef451dc7c8c380814dd275 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 31 May 2015 20:58:57 +0100 Subject: [PATCH] Added open iconic --- BigBoxOfHTML.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BigBoxOfHTML.md b/BigBoxOfHTML.md index d88e963..0fdd6f4 100644 --- a/BigBoxOfHTML.md +++ b/BigBoxOfHTML.md @@ -14,6 +14,7 @@ ### Icon fonts and Equivalent - [Font Awesome](http://fontawesome.io/) - A cool icon font with 519(!) icons + - [Open Iconic](https://useiconic.com/open/) - An open source version of a much larger commerical icon set. Still good - has nice clear icons for use in many different projects. ## Packaging Tools - [NW.js](http://nwjs.io/) - Previously known as `node-webkit`, this tool lets you package your HTML / CSS / JS app into a bundle (native for your target desktop platform) with Blink & Node.JS.