font-paliari
Custom paliari font icons
Preview icons
Installation
With Bower
$ bower install --save font-paliari
With NPM
$ npm install --save font-paliari
Usage
Include the plugin in your application:
<link rel="stylesheet" href="font-paliari/font-paliari.css">
And then include the some class into html:
<i class="fp-isse"></i>
Changing the font-size:
<i class="fp-isse fp-2x"></i>
Available options: fp-lg | fp-2x | fp-3x | fp-4x | fp-5x | fp-6x | fp-7x | fp-8x | fp-fw
Development
$ git clone git@bitbucket.org:paliari/font-paliari.git
$ npm install
Note: is necessary to have FontCustom installed in your machine
Adding a new font
-
Include a svg file with your vector in the vectors folder
-
Compile the new icon
$ gulp
-
Bumps the package version
$ gulp bump
It runs bump patch as default
You can pass a parameter gulp bump --type minor
Available options: major|minor|patch|prerelease
Author
Daniel Fernando Lourusso