Skip to content

sjhcockrell/antimony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Sb] Antimony

Simple command line font conversion.

Takes an .otf file exported from a program like Glyphs and converts it into webfont-friendly .woff, .svg, .eot, and .ttf files.

Antimony is element 51 on the periodic table. When alloyed with lead, it enhances the definition of cast metal type.

Requirements

  • Mac OS X 10.7+
  • Xcode 4.x +

Installation & Use

Clone a copy:

$ git clone git://github.com/sjhcockrell/antimony.git

Run the install script.

$ cd antimony
$ ./install

Antimony should be available to use globally from the command line now. Run this to see options:

$ antimony -h

Future

Version 0.1 is extremely bare-bones. To make it what I'd consider a 1.0 release that actually covers all the basics, Antimony needs:

  • Subsetting with character ranges.
  • Em Square values.
  • Compressed output, if/when possible.