font-paliari
v0.2.6
Published
Custom paliari font icons
Downloads
14
Keywords
Readme
font-paliari
Custom paliari font 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 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 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