Thursday 10 October 2013

Install Fonts on CENTOS

Source: http://linuxpoison.blogspot.com/2009/12/how-to-install-additional-true-type-ttf.html

Installation:
First, find and download your desired fonts into /home/nikesh/fonts diretory (user directory). Then extract them and copy to the system fonts directory as follows:

cd /usr/share/fonts/truetype
sudo mkdir customFonts
cd customFonts
sudo cp /home/nikesh/fonts/*.ttf .
sudo chown root.root *.ttf
sudo mkfontdir
cd ..
fc-cache

No comments: