inuicon-rails
Icon web font for Rails (used in pplog.net) https://github.com/esaio/inuicon
Installation
- Add this to your
Gemfile:
# Assets
gem 'inuicon-rails'- Add this to your Sass file:
@import inuiconUsage
Contributing
- 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