rails
Twitter Bootstrap 3 + Rails 4: Fix issue which prevents fonts from loading
Normally, there are two basic ways to integrate Twitter Bootstrap into your Rails application 2. Install a twitter boostrap gem and do a little configuration 3. Manually copy Bootstrap JS + CSS + Fonts into your app The first option is quite easy and many people choose to follow this one. There