Rails 4 - Bootstrap 3 - Awesome Font

I can't find any gem or gem combinations that support Bootstrap 3 and Font Awesome in a Rails 4 project. What is the best way to get this working, including Sass support?

+3
source share
3 answers

You do not have to have these two together to use them.

The Awesome font now has class names that do not conflict with other frameworks (i.e. fa prefix). Just use this gem: https://github.com/bokmann/font-awesome-rails

The Bootstrap SASS port should also work very well: https://github.com/twbs/bootstrap-sass

+5

awesome bootstrap. . .

+1

-awesome-rails -?

+1

All Articles