Comment 19 for bug 200671

Revision history for this message
Derek_ (derek-name) wrote :

I'm glad to help.

In Firefox I set the monospace font to "Fixedsys Excelsior 3.01-L2" at 16pt. Firefox for some reason shrinks the fonts from these settings so that that ends up as 12pt.

Also, I put this rule in ~/.mozilla/firefox/[profile_code].default/chrome/userContent.css:

tt, code, pre

{

 font: 12pt monospace !important;
}

To prevent bold, you could add this line to that rule:
       font-weight: normal !important;

In Windows XP that file is in
[drive]:/Documents and Settings/[user_name]/Application Data/Mozilla/Firefox/Profiles/[profile_code].default/chrome/userContent.css