Skip to content

Instantly share code, notes, and snippets.

@AmarPrabhu
Created May 26, 2014 06:49
Show Gist options
  • Save AmarPrabhu/e03338bc0915729c05f3 to your computer and use it in GitHub Desktop.
Save AmarPrabhu/e03338bc0915729c05f3 to your computer and use it in GitHub Desktop.
Install ttf fonts like fontawesome for Ubuntu
sudo mkdir fonts
sudo cp /usr/local/share/fonts/truetype/ fonts
cd /usr/local/share/fonts/truetype/
sudo chown root fonts/
fc-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment