How to add new fonts in linux

Solved:

Download the desire font from web with file extension *.ttf and copy the file in “/usr/share/fonts/” directory by the following command.

$ sudo cp ~/fonts/robofont.ttf /usr/share/fonts/
Rebuild the the cache
$ sudo fc-cache -v

Thats it.

12 thoughts on “How to add new fonts in linux

Leave a Reply

Your email address will not be published.