blackxored/fontello-rails

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Fontello::Rails

[![Gem Version](https://badge.fury.io/rb/fontello-rails.png)](http://badge.fury.io/rb/fontello-rails) [![Build Status](https://travis-ci.org/blackxored/fontello-rails.png)](https://travis-ci.org/blackxored/fontello-rails) [![Coverage Status](https://coveralls.io/repos/blackxored/fontello-rails/badge.png?branch=master)](https://coveralls.io/r/blackxored/fontello-rails) [![Dependency Status](https://gemnasium.com/blackxored/fontello-rails.png)](https://gemnasium.com/blackxored/fontello-rails) [![Code Climate](https://codeclimate.com/github/blackxored/fontello-rails.png)](https://codeclimate.com/github/blackxored/fontello-rails)

[Fontello](https://github.com/fontello/fontello) for the Rails asset pipeline.

## Installation

Add this line to your application's Gemfile, in your assets group if you prefer:
```ruby
  gem 'fontello-rails'
```

And then execute:

```shell
  $ bundle
```

Or install it yourself as:

```shell
  $ gem install fontello-rails
```

## Usage

You need to be using Sass for this gem to work. Given you're setup, import
from the desired stylesheet file:

```sass
  @import "fontello"
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request