jitai

A rake utility that consolidates your collection of custom font files into manageable CSS files.

Usage

First, add your fonts to

public/fonts

Then, do a little bit of:

sudo gem install jitai
rake jitai:refresh

Jitai automatically converts your ttf fonts into eot format, so now you have the following stylesheets to your disposal:

  • fonts_moz.css, Chrome, Firefox, Safari, and Opera compatible
  • fonts_ie.css, IE compatible

All of your custom fonts are now avaiable in your CSS files. For example, if you were to use the Yardsale font:

font-family: "yardsale"

:3 Copyright © 2010 Kelly. See LICENSE for details.