Skip to content

Instantly share code, notes, and snippets.

@jgraham909
Created March 6, 2013 21:33
Show Gist options
  • Save jgraham909/5103287 to your computer and use it in GitHub Desktop.
Save jgraham909/5103287 to your computer and use it in GitHub Desktop.
Ubuntu instructions for using font-awesome-to-png.git
#!/bin/bash
sudo apt-get install python-imaging
cd ~
mkdir fontawesome
cd fontawesome/
git clone git://github.com/odyniec/font-awesome-to-png.git
git clone https://github.com/FortAwesome/Font-Awesome
cd font-awesome-to-png/
./font-awesome-to-png.py --font ../Font-Awesome/font/fontawesome-webfont.ttf --size 32 ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment