I added the "font-awesome-sass" gem to my project, but I'm having trouble getting the icons to display on my static page. Instead of showing the icons, all I see are texts.
<li><i class="fa fa-twitter fa-1g "></i> fa-twitter</li>
This is how I am trying to use it in my code. I followed the guide for installing font-awesome, but I'm stuck at this point.
Any ideas on how to fix this?