How To Install ttf (true type font) Files
Create a new folder inside "/usr/share/fonts/truetype" and call it "myfonts". So target folder will be "/usr/share/fonts/truetype/myfonts".
Now copy your ttf font files to "/usr/share/fonts/truetype/myfonts". Execute following command to rebuild your font list.
sudo fc-cache -f -v
Restart the application that needs newly installed font.
Comments