Skip to content

Instantly share code, notes, and snippets.

@cjsewell
Created September 16, 2015 00:23
Show Gist options
  • Save cjsewell/2365071f82052d0ef9f7 to your computer and use it in GitHub Desktop.
Save cjsewell/2365071f82052d0ef9f7 to your computer and use it in GitHub Desktop.
Install css3FontConverter Ubuntu
apt-get install woff-tools
apt-get install fontforge
cd /usr/local/src/
git clone --recursive https://github.com/google/woff2.git
cd woff2
make clean all
ln -s /usr/local/src/woff2/woff2_* /usr/local/bin/
cd..
git clone https://github.com/zoltan-dulac/css3FontConverter.git
ln -s /usr/local/src/css3FontConverter/convertFonts.sh /usr/local/bin/
mkdir ttf2eot
cd ttf2eot
wget "http://downloads.sourceforge.net/project/xoopsbrasil/tools/linux/precompiled-statically-linked-binaries/ttf2eot.bin?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fxoopsbrasil%2Ffiles%2Ftools%2Flinux %2Fprecompiled-statically-linked-binaries%2F" -O ttf2eot
chmod 755 ttf2eot
ln -s /usr/local/src/ttf2eot/ttf2eot /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment