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

Post new comment