Icon web font for Rails (used in pplog.net) https://github.com/esaio/inuicon
- Add this to your
Gemfile
:
# Assets
gem 'inuicon-rails'
- Add this to your Sass file:
@import inuicon
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request