font-dflourusso
v0.1.1
Published
Custom dflourusso font icons
Readme
font-dflourusso
Custom dflourusso font icons
Installation
With Bower
$ bower install --save font-dflourussoWith NPM
$ bower install --save font-dflourussoUsage
Include the plugin in your application:
<link rel="stylesheet" href="font-dflourusso/font-dflourusso.css">And then include the some class into html:
<i class="fd-card-visa"></i>Changing the font-size:
<i class="fd-card-visa fd-2x"></i>Available options: fd-lg | fd-2x | fd-3x | fd-4x | fd-5x | fd-6x | fd-7x | fd-8x | fd-fw
Development
$ git clone [email protected]:dflourusso/font-dflourusso.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
