You could try this method of installing fonts:
Code:
tar xzf freefont-ttf-20090104.tar.gz
cd freefont-20090104
Code:
cp *.ttf /usr/share/fonts/TTF
cd /usr/share/fonts/TTF
mkfontscale .
mkfontdir .
fc-cache -f
Before trying it assure that you have mkfontscale, mkfontdir and fc-cache programs in your system and that your fonts are stored in /usr/share/fonts/TTF.