Skip to content

Instantly share code, notes, and snippets.

@weathermaker
Forked from matthewhartman/install-fonts.txt
Created November 16, 2017 03:20
Show Gist options
  • Save weathermaker/df875445db825c06ce255712452de4f2 to your computer and use it in GitHub Desktop.
Save weathermaker/df875445db825c06ce255712452de4f2 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment