For the past week I have been trying to install some fonts from Windoze. (tahoma and others)
First, I used the KDE font wizard to install the fonts, all the QT proggies recondnized the newly installed fonts and I could used them, BUT, proggied like Mozilla and XChat did not.
So, I tryed to install them manually, I did the following:
Code: Select all
mkdir /usr/X11R6/lib/X11/fonts/new
cp tahoma.ttf /usr/X11R6/lib/X11/fonts/new
cd /usr/X11R6/lib/X11/fonts/new
ttmkfdir > fonts.scale
mkfontdir
Code: Select all
FontPath "/usr/X11R6/lib/X11/fonts/new"
Code: Select all
Could not init font path element /usr/X11R6/lib/X11/fonts/new, removing from list!
Thanks


