0.1.1 • Published 8 years ago

font-dflourusso v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

font-dflourusso

Custom dflourusso font icons

Preview 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 git@github.com:dflourusso/font-dflourusso.git
$ npm install

Note: is necessary to have FontCustom installed in your machine

Adding a new font

  1. Include a svg file with your vector in the vectors folder
  2. Compile the new icon

    $ gulp
  3. 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