Yes, when viewing html messages you can display different fonts. You edit the html just as any other html so you can insert style statements as needed. In difference from web pages though you pretty much need to insert the style on each statement, using a global stylesheet will in most cases just not be used. But something like <p style="font-family: Courier;">...</p> will work just fine.