The default font that you see when you first start typing in RTE is determined by the style sheet 'default_style.css'. However, this has no effect on the font that is actually set in the html generated by RTE. As a result, there is no guarantee that the font that you first see when typing in RTE will be the font that you will see when you view them RTE-generated html.
To overcome this, I came up with the idea of forcing the font to be set (just as it would when you select a font from the dropdown) when the RTE first loads. Then whatever font you first see when you start typing in RTE will be the font that's actually set in the html.
I have searched the forums and tried several strategies for acheiving this. I looked to see what command occurs when one of the fonts is selected from the dropdown, but triggering this command right in the script rather than when a selection is made results in a 'object expected error'.
I'd really like to get this to work, but am stumped. Does anyone have any ideas? If we get this figured out, it could make a great addition to the already great RTE!