Skip to content

Instantly share code, notes, and snippets.

@deyuhua
Forked from matthewhartman/install-fonts.txt
Created September 11, 2021 09:03
Show Gist options
  • Select an option

  • Save deyuhua/5bd43bedd64801bfe71c7f58194c2bbc to your computer and use it in GitHub Desktop.

Select an option

Save deyuhua/5bd43bedd64801bfe71c7f58194c2bbc 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