Skip to content

Instantly share code, notes, and snippets.

@medeirosjoaquim
Forked from matthewhartman/install-fonts.txt
Created March 8, 2020 22:49
Show Gist options
  • Save medeirosjoaquim/001b42713d2dfa1852d33cbebe57a3f0 to your computer and use it in GitHub Desktop.
Save medeirosjoaquim/001b42713d2dfa1852d33cbebe57a3f0 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