I want to install a font from true type of font of my own. where should I install my font in ubuntu?
02 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 -fvfrom a terminal. You should now be able to see the new fonts in your editor/application. (editor/application might need a restart)
1Double click on the TTF file and select the Install button.