Alternative SASS/CSS for GLYPHICONS PRO 1.8 fonts.
Example of usage:
<i class="glyphicon-girl glyphicon-spin"></i>
Using SASS in your project you can easily prefix icons to avoid collision with other icon sets.
$icon-prefix: myglyphicon
<i class="myglyphicon-compass"></i>
<i class="myglyphicon-girl myglyphicon-spin"></i>
A GLYPHICONS PRO 1.8 license is required. Once a license is purchased, download the appropriate font files (glyphicons-regular.eot, glyphicons-regular.svg, glyphicons-regular.ttf, and glyphicons-regular.woff) into the font folder.