Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@manageiq/font-fabulous
Advanced tools
Font Fabulous is a suite of pictographic icons for scalable vector graphics designed for the ManageIQ open-source Management Platform but available to everyone. Font Fabulous fills a gap not covered by other popular icon collections.
The package is available as a Rubygem, a Bower and an NPM package. The package name is for each the same: font-fabulous
.
Simply include the (S)CSS file in your HTML code and create <i>
elements with the desired CSS classes:
<i class="ff ff-tenant"></i>
You can find the supported icons under assets/images/font-fabulous
, all the CSS classes are generated from the filenames.
If installed as a gem, it is possible to include it to the Rails Asset Pipeline by adding the following lines into an scss file:
@import "font-fabulous-sprockets";
@import "font-fabulous";
After checking out the repo, run bundle install
to install dependencies. You might have to take a look at the installation instructions for the fontcustom
gem.
You can add new icons as svg files into the assets/images/font-fabulous
folder and run rake compile
to generate the fonts.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in lib/font-fabulous/version.rb
, bower.json
and package.json
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and tags, push the .gem
file to rubygems.org and publish the NPM package.
Bug reports and pull requests are welcome on GitHub at https://github.com/ManageIQ/Font-Fabulous. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the Apache License 2.0.
FAQs
A fabulous iconset packaged as a font
The npm package @manageiq/font-fabulous receives a total of 190 weekly downloads. As such, @manageiq/font-fabulous popularity was classified as not popular.
We found that @manageiq/font-fabulous demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 open source maintainers collaborating on the project.
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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.