How do I install fonts on Linux Ubuntu 8.0.4?
Feb 24, 2019
After googling this subject and retrieving lots of overly complicated type responses I did the following.
% sudo -i
# cd /usr
# font . -name fonts -print
# cd /usr/share/fonts
# ls
custom truetype type1 X11
If a custom folder does not already exist create it, then copy your font family Continue reading...