How to install fonts in ubuntu

Tagged:  
  1. create a folder ".fonts" in your home directory.
    $mkdir .fonts
  2. copy the fonts to the folder .fonts
    cp <source folder/*.ttf> /home/user/.fonts
  3. fonts copied will now available if you (re)start your application.

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.