a grey geek learning by mistakes

Ubuntu Learner

» Currently browsing: Fonts


Installing fonts on Ubuntu

September 28th, 2007 at 5:45 pm » Comments (0)

I needed to install a font to create an image of text for a friend, so this is the quick and dirty way I did it.
I dropped the font into into my Downloaded folder, then in the Terminal,
username@yourcomputer:~$ cd Downloaded
username@yourcomputer:~/Downloaded$ sudo su
Password:
root@yourcomputer:/home/username/Downloaded# mv MISTRAL.TTF ~/.fonts

As I say it’s quick and dirty but it worked. [...]