Created
May 26, 2014 06:49
-
-
Save AmarPrabhu/e03338bc0915729c05f3 to your computer and use it in GitHub Desktop.
Install ttf fonts like fontawesome for Ubuntu
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
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