Gem Version Code Climate Build Status Dependency Status

Fonts Rails

Adds a simple helper to create the google fonts link tag in rails.

Install

Put this line in your Gemfile:

gem 'fonts-rails'

Then bundle:

$ bundle

Usage

In your layout call the helper like this:

<%= google_fonts_link_tag 'Open+Sans:300' %>

Credits

This gem is maintained and funded by museways.

License

It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.