Created
March 6, 2013 21:33
-
-
Save jgraham909/5103287 to your computer and use it in GitHub Desktop.
Ubuntu instructions for using font-awesome-to-png.git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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