/less-entypo-icons

A single LESS file for including entypo icons

Primary LanguageCSSMIT LicenseMIT

LESS Entypo Icons

Entypo is a set of 250+ carefully crafted pictograms http://www.entypo.com.

This LESS file includes styles for outputting entypo icons using the :before pseudo element.

Entypo icons:

<span class="entypo entypo-globe"></span>

Social icons:

<span class="entypo-social entypo-social-github"></span>

Or with a mixin in your stylesheet:

<span class="my-existing-class"></span>
.my-existing-class {
	.entypo-icon( red, "\2665", 100px );
}