Font awesome icons not showing using font-awesome-rails gem
问题 I can't seem to find an answer that works for me. The icon shows up as a box: I'm using: font-awesome-rails (4.6.2.0) rails (4.2.3) I imported font-awesome-rails in my application.scss file using: @import "font-awesome"; and here is what I wrote for the view: <i class="quote-left fa fa-quote-left"></i> I've tried including it before and after bootstrap. I also tried manually adding the font folder to the pipeline in application.rb config.assets.paths << Rails.root.join("app", "assets",