[ FireFox ] Always use my fonts.

J

Jeff Relf

Hi all,

I want my FireFox to always Always use Lucida Console,
which is a fixed width font.

I've checked the " Always use my fonts " box,
and I've made a Ton of font specifications
with !important in UserContent.CSS .

I've even tried changing html.CSS in
"C:\Program Files\Mozilla Firefox\res",
but all to no avail.

I also tried changing the proportional font in Prefs.JS .

But I'm still getting lots of proportional fonts.

Help !
 
J

Jeff Relf

Oops !

Re: Getting FireFox to always Always use Lucida Console,
which is a " monospace " width font.

I fixed it.

I think I caused the problem when I changed Prefs.JS
from:
user_pref("font.default", "serif");
to:
user_pref("font.default", "Lucida");

The " Preferential " extension
also found some bizarre font sizes ( Zero ).
 
J

Jeff Relf

Re: Getting FireFox to always use a " monospace " font.

Double oops, the problem was not in Prefs.JS,
it was a simple typo that I made in UserContent.CSS ,
as well as a failure to realize that
the following would not be retroactive:
* { font-family: monospace !important;
font-size: 100% !important; }
font { font-family: inherit !important;
font-size: inherit !important; }
 
S

Stan Brown

Andreas Kaestner said:

Could you be a little more specific? That pops up a long list of
topics, none of which seems directly relevant unless I'm missing
one.

--
Stan Brown, Oak Road Systems Cortland County, New York, USA
http://OakRoadSystems.com
You need any friends you can get. The only thing standing
between you and a watery grave is your wits, and that's not
my idea of adequate protection. -- /Beat the Devil/ (1954)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top