Marc Adler wrote:
I can't get Mozilla to display the truetype fonts I've installed.
Konqueror uses them just fine, as do most other gnome applications. The
really frustrating thing is that Mozilla uses the fonts in the toolbar,
in the dialogue boxes for making settings, etc., but not inside the web
pages themselves.

Is there a way to get around this?


Add this to your prefs.js:



user_pref("font.FreeType2.enable", true);
user_pref("font.FreeType2.unhinted", false);
user_pref("font.directory.truetype.1", "/usr/lib/openoffice/share/fonts/truetype");



Replace the directory to your TT fonts with yours.


To add another set of fonts, just increment the # inn th font directory line:

user_pref("font.directory.truetype.2", "/usr/lib/Font/dir/2");



I did this, but the openoffice fonts were messing up my emails and web forms. Hopefully you'll have better luck



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to