Installing .ttf fonts from a CD

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
easyed

Installing .ttf fonts from a CD

Post by easyed »

How does one install fonts from a CD. I have successfully copied them to my home folder. What is the next step? Thank you in advance for any answers.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
proxima_centauri

Re: Installing .ttf fonts from a CD

Post by proxima_centauri »

Create a folder called .fonts in your home folder, put the ttf's inside that folder.

Alternatively you can put them in /usr/share/fonts, making them system-wide instead of user-wide. You'll need root privileges and you can do that by right-clicking folders and choosing, "Open as Administrator".

After you move the ttf fonts, update the cache in terminal with the command

Code: Select all

sudo fc-cache -f -v
Locked

Return to “Software & Applications”