I installed the font-awesome Rails gem but the icons aren't showing. Instead, in Chrome, I get an empty box (shown below).
I added gem 'font-awesome-sass'
to my gemfile, ran bundle
, and added *= require font-awesome
to my application.css file.
I also tried adding
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
to the head, as described in the Getting Started section on the Font-Awesome website, but had the same result.
Has anyone else come across the same problem?