
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
@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 168 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
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.