Socket
Socket
Sign inDemoInstall

font-dflourusso

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    font-dflourusso

Custom dflourusso font icons


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Install size
348 kB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 03 Nov 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc