IMPORTANT NOTE: This repository is no longer actively maintained.
This is a wrapper around TypeFront's RESTful API for adding, removing, updating and getting details about your fonts being served by TypeFront.
Check out the TypeFront API Documentation for more information.
gem install typefront
typefront = TypeFront.new('login', 'password')
typefront.fonts
typefront.font_details(101)
typefront.upload_font(File.new('somefont.ttf'))
typefront.remove_font(101)
typefront.activate_format(101, 301)
typefront.disable_format(101, 301)
typefront.add_domain(101, 'http://somedomain.com')
typefront.remove_domain(101, 201)
Copyright (c) 2010 Small Spark Pty Ltd, released under the Apache License 2.0.