font-dflourusso
v0.1.1
Published
Custom dflourusso font icons
Downloads
3
Readme
font-dflourusso
Custom dflourusso font icons
Installation
With Bower
$ bower install --save font-dflourusso
With NPM
$ bower install --save font-dflourusso
Usage
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 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