How to Install Fonts on Ubuntu
Running a few simple commands helps you to install fonts in Ubuntu.
The different ways of installing Fonts on Ubuntu are described below.
Installing fonts for single use
1) Using kfontview
apt-get install kcontrol
kfontview
-
From the kfontview window, open the font you have downloaded.
Click on the "Install" button
NOTICE: You will probably need to resize the window to see the "Install" button which is in the lower right hand corner.
Click on the "Personal " button
2) By hand
mkdir ~/.fonts
- To copy font from command line
cp [font file] ~/.fonts
- To copy all fonts from myfonts folder
fc-cache -f -v ~/.fonts
Installing fonts for systemwide use
mkdir /usr/share/fonts/truetype/myfonts
- Copy the font(s) into the newly created directory
cp [fonts] /usr/share/fonts/truetype/myfonts
fc-cache -f -v
Installing Microsoft Windows Fonts (eg Times New Roman)
deb http://us.archive.ubuntu.com/ubuntu dapper universe
apt-get update
apt-get install msttcorefonts