seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.5k stars 998 forks source link

Upgrade integrated font-awesome to 4.3.0 #835

Closed skladd closed 8 years ago

skladd commented 9 years ago

Font awesome v4.3.0 with 40 new icons is available since 22 Jan 2014. It would be awesome :smile: to have them integrated. https://github.com/FortAwesome/Font-Awesome/releases/tag/v4.3.0

toadkicker commented 9 years ago

You can use the CDN version by changing the URL in bootstrap overrides until a new release of this gem comes out that fixes it. Or use my fork, railsstrap, which supports swapping between versions very easy to do.

skladd commented 9 years ago

Hi Todd, I fixed it meanwhile by serving the font files directly from my app. Thanks for the hint, I will take a look at your fork. Stephan

panmari commented 9 years ago

Recently, fontawesome v4.4.0 was merged into master, so I think this can be closed.