0.0
No commit activity in last 3 years
No release in over 3 years
Adobe Typekit helper for Rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Typekit for Rails Gem Version

Adds a Typekit helper to your Rails application and uses some best practices for the integration.

Installation

In your Gemfile just add:

gem 'typekit-rails'

Use the Generator

Run the generator which will prompt you for your kit ID.

rails g typekit:install

Pro Usage

Add the JavaScript helper to application.js or equivalent:

//= require typekit

Specify your kit ID as such right near the top of your <head> element:

<%= typekit 'abc123def456' %>

License

Licensed under the MIT License.

Authors