SeaMonkey Mailnews FAQ

Last updated on November 3, 2004.

How do I make font size in messages permanent without affecting the browser?

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

.moz-text-flowed, .moz-text-plain, .moz-text-html {
font-size: large !important;
}

Of course, you can change "large" to whatever style you want.

Webmaster: Chris Ilias