font-awesome-rails like gem
webhostinghub-glyphs-rails provides the webhostinghub-glyphs web fonts and stylesheets as a Rails engine for use with the asset pipeline.
Gemfile:
gem "webhostinghub-glyphs-rails", :github => 'avanes/webhostinghub-glyphs-rails'
and run bundle install
.
In your application.css
, include the css file:
/*
*= require webhostinghub-glyphs
*/