how to install fonts in fedora/redhat(might wrk for other distros too)
by Dark_Mafia on Dec.26, 2009, under Linux Related
k quick guide
make a folder in /usr/share/fonts
mkdir /usr/share/fonts/myfonts
copy all the fonts to the folder
cp /home/oshanr/fedora_software/fonts/* /usr/share/fonts/myfonts
cache them
fc-cache
check them
fc-list
Thts it
