octicons-rails icon indicating copy to clipboard operation
octicons-rails copied to clipboard

Octicons web fonts and stylesheets as a Rails engine for use with the asset pipeline.

octicons-rails Gem Version

Provides Octicons web fonts and stylesheets as a Rails engine for use with the asset pipeline.

Install

Add it to your Rails application's Gemfile:

gem 'octicons-rails'

Then bundle install.

Usage

Add the following to your app/assets/stylesheets/application.scss:

*= require octicons

License

  • 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/)