Socket
Socket
Sign inDemoInstall

font-paliari

Package Overview
Dependencies
0
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    font-paliari

Custom paliari font icons


Version published
Weekly downloads
2
decreased by-93.75%
Maintainers
3
Install size
435 kB
Created
Weekly downloads
 

Readme

Source

font-paliari

Custom paliari font icons

Preview 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 git@bitbucket.org:paliari/font-paliari.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 09 Aug 2017

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