- Download *.ttf fonts to a directory and add it to the font path, a list of directories containing fonts:
 - Create a directory for new fonts
 - # mkdir /usr/share/fonts/ttf
 - Move the font files to the new font directory
 - # mv *.ttf /usr/share/fonts/ttf
 - Navigate to the font directory
 - # cd /usr/share/fonts/ttf
 - Create fonts.scale and fonts.dir
 - # mkfontscale && mkfontdir
 - # fc-cache