[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Mailnews FAQ

Last updated on January 29, 2005.

How do I style the text that is used when composing messages in text mode?

Add this to your userContent.css (See Editing Config Files):

BODY[style*="width: 72ch"] {
font-family: Verdana !important;
}

Of course, you can change "Verdana" to whatever font you like, as well as add more style scripts.

[an error occurred while processing this directive]