BigText Makes Text Big. This gem will help you do it the rails way.
See the demo http://www.zachleat.com/bigtext/demo/
and see here for docs https://github.com/zachleat/BigText
Add this line to your application's Gemfile:
gem 'bigtextjs_rails'
requires jQuery
and add
//= require bigtext
to application.js
And then execute:
$ bundle
Or install it yourself as:
$ gem install bigtextjs_rails
see here for docs https://github.com/zachleat/BigText
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request