Several of the .CSS files have the Font name in them.
Like thread_style.css
Code:
body {
margin: 0px;
font-family: Tahoma;
font-size: 8pt;
color: menutext;
}
read_style.css
Code:
body {
margin: 0px;
font-family: Tahoma;
font-size: 8pt;
color: menutext;
border-bottom: 10px solid buttonface;
}
iframe_style.css
Code:
body
{
margin-left: 5px !important;
margin-right: 5px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
font-family: Tahoma !important;
font-size: 9pt !important;
font-weight: normal !important;
wrap-option: emergency;
}
compose_style.css
Code:
ComposeBody {
font: 8pt Tahoma;
margin-left: 5px;
margin-right: 5px;
}
Just figured I'd throw my two-cents in for those of you wanting to change the font.