font-paliari
v0.2.6
Published
Custom paliari font icons
Keywords
Readme
font-paliari
Custom paliari font icons
Installation
With Bower
$ bower install --save font-paliariWith NPM
$ npm install --save font-paliariUsage
Include the plugin in your application:
<link rel="stylesheet" href="font-paliari/font-paliari.css">And then include the class into html:
<i class="fp fp-isse"></i>Changing the font-size:
<i class="fp 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 [email protected]:paliari/font-paliari.git
$ npm installNote: 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
$ gulpBumps the package version
$ gulp bumpIt runs bump patch as default
You can pass a parameter
gulp bump --type minorAvailable options: major|minor|patch|prerelease
