Add new fonts to CentOS/RedHat/Fedora/Ubuntu
- April 15th, 2008
- Posted in Documentation
- Write comment
I used the following methodology to add some new TrueType fonts to my CentOS5 machine. The tmpfontdir is a temporary directory where I downloaded the fonts.
cd /usr/share/fonts/
mkdir -p truetype/myfonts
cp tmpfontdir/* /usr/share/fonts/truetype/myfonts
fc-cache -f -v ~/.font
No comments yet.