Skip to content

Instantly share code, notes, and snippets.

@leberblock
Created September 27, 2012 12:02
Show Gist options
  • Save leberblock/3793651 to your computer and use it in GitHub Desktop.
Save leberblock/3793651 to your computer and use it in GitHub Desktop.
fonts: install ttf-fonts in ubuntu
cd /usr/local/share/fonts/truetype
sudo mkdir fontdir && sudo cp -r ~/fontdir .
sudo chown root.root fontdir && cd fontdir && sudo mkfontdir
cd .. && fc-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment