Slightly puzzled and haven't been able to google an answer - why does Firefox no longer include the ability to set your own fonts for both cursive and fantasy font-families any longer?
Cheers,
Snorri.
Font Family Preferences for Cursive and Fantasy
-
- Posts: 1
- Joined: February 22nd, 2005, 7:00 am
-
- Posts: 69
- Joined: March 9th, 2005, 11:03 am
- Location: Canada
Re: Font Family Preferences for Cursive and Fantasy
Snorri wrote:why does Firefox no longer include the ability to set your own fonts for both cursive and fantasy font-families any longer?
Running Win2K Firefox 1.0.7
I've discovered how to change the firefox settings for the cursive font.
Go to about:config and scroll down to font.name.cursive.x-western (if western is the font section you use). Right click on it and choose "modify" and type your preferred font name into the window.
I do not see where to modify the fantasy font option though. Can someone help?
-
- Posts: 69
- Joined: March 9th, 2005, 11:03 am
- Location: Canada
Excuse me for replying to myself. I found out how to modify the fantasy font option.
Close down all instances of Firefox. Go to your Firefox profile folder and open prefs.js. Look for
and change the font name that follows to your preference. If the above is not in the file, add this line - it should be on its own line, all in one line:
(I just chose 'desdemona' arbitrarily. Obviously, you can choose whichever fantasy font is on your OS.)
Reopen Firefox and font.name.fantasy.x-western will now be listed in about:config and can be changed more easily.
Close down all instances of Firefox. Go to your Firefox profile folder and open prefs.js. Look for
Code: Select all
user_pref("font.name.fantasy.x-western"
and change the font name that follows to your preference. If the above is not in the file, add this line - it should be on its own line, all in one line:
Code: Select all
user_pref("font.name.fantasy.x-western", "desdemona");
(I just chose 'desdemona' arbitrarily. Obviously, you can choose whichever fantasy font is on your OS.)
Reopen Firefox and font.name.fantasy.x-western will now be listed in about:config and can be changed more easily.
- Thumper
- Posts: 8037
- Joined: November 4th, 2002, 5:42 pm
- Location: Linlithgow, Scotland
- Contact:
Re: Font Family Preferences for Cursive and Fantasy
Snorri wrote:Slightly puzzled and haven't been able to google an answer - why does Firefox no longer include the ability to set your own fonts for both cursive and fantasy font-families any longer?
They were almost unused. Unused prefs shouldn't take up space in the options panel.
- Chris