No description
Find a file
Josh Sherman 86a6b18b78 Updates class names to be namespaced
Didn't want to risk collisions as some of the classes were genericly
named. Also updated underscores to hyphens because reasons.
2015-05-16 11:28:46 -04:00
famfamfam.css Updates class names to be namespaced 2015-05-16 11:28:46 -04:00
famfamfam.png initial push 2012-07-14 15:44:54 +02:00
README.md updated readme 2012-07-14 17:08:57 +02:00

famfamfam famfamfam Silk Icons Sprite

This is a CSS image sprite made with PHP from 1000 famfamfam Silk Icons. Its purpose is to simplify embedding famfamfam Silk Icons to your website or/and application. It is faster, easier to upload, and easier to use.

In a Nutshell

Link famfamfam.css stylesheet in your HTML and make sure sprite (famfamfam.png) is in the same folder. (if not, link it in CSS file)

<link href="famfamfam.css" rel="stylesheet" type="text/css" />

Add an fam class to an element (span will do), followed by icon name e.g. accept.

<span class="fam accept"></span>

WIN

Here is a DEMO (hover over icon to see its name)

kthxbai!