0.1.0 • Published 11 years ago

entypo-stylus v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Entypo Stylus

Provides pre-defined classes and functions for displaying icons using the Entypo font-face.

Installing

$ npm install entypo-stylus

Using

To use, just import the library and define the path to your fonts in your stylus stylesheets.

@import "entypo-stylus"

entypo-define('Entypo', '/path/to/entypo', 'entypo')
entypo-define('Entypo Social', '/path/to/entypo-social', 'entypo-social')

And use the classes in your HTML (the icon will be added as a ::before pseudo-element):

<li class="entypo-pencil">Edit</li>

To see the names for the characters, see the Entypo Charmap.