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