Bootstrap 3.0 gives you access to the awesome icon set icon set by these dudes but it's not obvious for a Rails newbie like myself to get it all working together nicely
- Download the bootstrap-glyphicons.css from here. Save that file to
RAILS_ROOT/vendor/assets/stylesheet/bootstrap-glyphicons.css - Save all the font files in
/dist/fontsfrom the Bootstrap 3.0 download to a new folder in your Rails appRAILS_ROOT/vendor/assets/fonts - Add this folder to the asset pipeline by appending
config.assets.paths << Rails.root.join("vendor","assets", "fonts")toapplication.rbafter the line that hasclass Application < Rails::Application. - In
bootstrap-glyphicons.cssmodify the the `url