Instalar FontCustom
fontcustom usa ruby1.9.3 y FontForge
Instalar ruby (como root):
apt-get install rubygems ruby1.9.3 ruby1.9.1-dev
Instalar FontForge:
apt-get intall fontforge
Instalar FontCustom:
wget http://people.mozilla.com/~jkew/woff/woff-code-latest.zip
unzip woff-code-latest.zip -d sfnt2woff && cd sfnt2woff && make && sudo mv sfnt2woff /usr/local/bin/
gem install fontcustom