Vadim Kolontsov schrieb:
>    Mail/news window uses fixed-size font for messages display/edit. How 
> can I use "Courier BOLD" for it? (or "Other fixed font BOLD")
>
>    I can choose font, but I can't make it bold!
>
>    Hope it's appropriate place for such question..
>
> Thanks in advance,
> Vadim.
>
> P.S. I'm using WinXP with ClearType antialiased fonts, and "Courier 
> plain" doesn't look good; "Courier Bold" looks just great.

Try

.moz-text-plain pre {
font-family: Courier New ! important;
font-weight: bold ! important;
}

in your userContent.css

This will only change how the message is displayed. I don't know how to 
change the editor font.

Holger
-- 
Netscape 6 Tips: http://www.hmetzger.de

Reply via email to