Sha256: 341947fa9d5c18e53e1910705aac3bbc4814259ddb40b6be514fa809d9361436

Contents?: true

Size: 610 Bytes

Versions: 1

Compression:

Stored size: 610 Bytes

Contents

Fontana is a wrapper around several command line utilities for converting fonts to different formats.

Install the required command line utilites if they do not alreay exist on your system.

  brew install ttf2eot
  brew install fontforge

On Ubuntu the install is not so bad.

  sudo apt-get install fontforge

  wget https://raw.github.com/mdeering/fontana/master/vendor/ttf2eot-0.0.2-2.patched.tar.gz
  tar xvfz ttf2eot-0.0.2-2.patched.tar.gz
  cd  ttf2eot-0.0.2-2
  make
  sudo cp ttf2eot /usr/bin/.

Much of the wrapper is based on the scripts found here https://github.com/zoltan-dulac/css3FontConverter

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fontana-0.0.1.rc1 README