I've read a few of the pages on using font awesome with rails and that the Gemfile should includegem 'font-awesome-rails'
then run bundle install
and the application.css should include
*= require font-awesome
however, when I try to use the icons such as
<i class="icon_home"></i>
to get the home icon, it shows up as blank, the grey icon should be the home icon
picture
I have also tried to edit the font-awesome.css file and change the @font face and edit the applications.rb to include the fonts folder as recommended in other pages but I get the same issue