Provides Octicons web fonts and stylesheets as a Rails engine for use with the asset pipeline.
Add it to your Rails application's Gemfile
:
gem 'octicons-rails'
Then bundle install
.
Add the following to your app/assets/stylesheets/application.scss
:
*= require octicons
- The Octicons font license: SIL OFL 1.1 (http://scripts.sil.org/OFL)
- The Octicons css files license: MIT (http://choosealicense.com/licenses/mit/)
- The gem octicons-rails code licence: MIT (http://choosealicense.com/licenses/mit/)