How to install ttf fonts? [duplicate]

I want to install a font from true type of font of my own. where should I install my font in ubuntu?

0

2 Answers

Copy the .ttf file and paste it inside ~/.fonts folder, i.e. /home/username/.fonts folder. Create one if you don't already have one.

Now run:

fc-cache -fv

from a terminal. You should now be able to see the new fonts in your editor/application. (editor/application might need a restart)

1

Double click on the TTF file and select the Install button.

1

You Might Also Like