No commit activity in last 3 years
No release in over 3 years
Font Awesome More, LESS version, with assets pipeline, for Rails 3.1+
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Font Awesome More 2.0 + LESS + Rails

With SCSS and fonts from Font Awesome More, font-awesome-more-sass-rails is a gem to integrate Font Awesome More to your Rails application.

This gem was built over font-awesome-sass-rails, a gem by Hsiao-Ting Yu.

It supports Rails 3.1.1 and older.

Installation

Add font-awesome-more-sass-rails gem to your assets group in the Gemfile:

group :assets do
  gem 'less-rails', "  ~> x.x.x"
  gem 'coffee-rails', "~> x.x.x"
  gem 'uglifier'
  gem 'font-awesome-more-less-rails', :require => "font-awesome-more-less-rails"
end

Then in your app/assets/stylesheets/application.css:

@import 'font-awesome-more-all';

That's it!

IE7 Support

This gem also includes font-awesome-more-ie7, the stylesheet for IE7 support bundled with Font Awesome More 2.0.

Use this stylesheet with conditional comment may be the best way to support IE7. But it can be difficult when it comes to assets pipeline. See this article on StackOverflow for a workaround: Using Rails 3.1 assets pipeline to conditionally use certain css

When you try this workaround, in your application-ie.css, append:

@import 'font-awesome-more-ie7'

License

The font and SCSS from Font Awesome More are under CC-BY-3.0.

Others are under MIT license.