Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@girder/fontello

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@girder/fontello

Built Fontello files for use in Girder.

  • 3.2.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
537
increased by39.84%
Maintainers
0
Weekly downloads
 
Created
Source

@girder/fontello

This npm package contains pre-built Fontello icon files for use with Girder's web client.

Usage

Typically, users of this package only need to depend on @girder/fontello via:

npm install --save-prod @girder/fontello

then import the CSS file somewhere within their Javascript sources:

import '@girder/fontello/dist/css/fontello.css';

As long as Webpack or another build system is able to include the CSS and internally referenced font files (with formats .eot, .svg, .ttf, .woff, .woff2) in your final build, no additional configuration is necessary.

If access to Fontello's animation template for elements with class="animate-spin" is desired, then also add:

import '@girder/fontello/dist/css/animation.css';

Updating

To add new icons to this build, visit Fontello's website and upload the fontello.config.json file within this package. Select new icons (but don't remove any), then download the new configuration via the site and overwrite fontello.config.json here. Then, just run:

npm install && npm run build

to fetch the new icons. Finally, update the version of this package and publish it.

Keywords

FAQs

Package last updated on 18 Sep 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc