Fontawesome5
Simple Rails bindings to Fontawesome 5 (Free)
Inspired by bokmann's font-awesome-rails: https://github.com/bokmann/font-awesome-rails
Usage
In application.css
, include the following
/*
*= require fontawesome5
*/
Installation
Add this to your Gemfile:
gem 'rails-fontawesome5'
And then execute:
$ bundle install