Fontue - is a Rack-based, open-source, web font server built for Kernest.com

    Fontue's goals:

  1. Keep @font-face declarations clean, readable, and cross-browser compatible.
  2. Serve the appropriate font format (otf/ttf, eot, svg, or woff) to browsers supporting @font-face.
  3. Save bandwidth by effectively setting cache headers.
  4. Save bandwidth by not sending fonts to user agents that don't support @font-face.
  5. Save bandwidth by not sending fonts to requests that shouldn't receive the font (domain checking).
  6. Serve fonts really fast.

Download the latest version of Fontue
or Fork it at Github