Icomatic Icon Font Samples

Try typing one of your icon ligatures in the area below. eg alert

Available Icons

Icon Font Usage

Using an icon font is simple. Just include the stylesheet, and the icon class to any text you would like to be replaced with an icon.
<link rel='stylesheet' type='text/css' href='icomatic.css'>
<!-- Include the script for fallback support -->
<script type='text/javascript' src='icomatic.js'></script>
...
<span class='icomatic' style='color:blue'>alert</span>