Skip to content

Instantly share code, notes, and snippets.

@matthewhartman
Created March 1, 2015 11:27
Show Gist options
  • Save matthewhartman/7b1661dbe6ff26a231e4 to your computer and use it in GitHub Desktop.
Save matthewhartman/7b1661dbe6ff26a231e4 to your computer and use it in GitHub Desktop.
Install TTF Fonts in Debian
cd fonts
mv *.ttf /usr/share/fonts/truetype
cd /usr/share/fonts/truetype
mkfontscale
mkfontdir
fc-cache
xset fp rehash
@rhighs
Copy link

rhighs commented May 14, 2024

5 years have passed, script still works ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment