Outlook 2010 overriding font-family from Arial to Times New Roman
问题 I'm programmatically sending HTML-formatted email, and setting the font as Arial throughout ( font-family: Arial; ). When the messages arrive in Outlook 2010, text in table elements is in Times New Roman. Text in div elements is fine in Arial. If I View Source , copy into an HTML file, and view in a browser, all fonts function as expected (it's all Arial). Some Google results show that Outlook will fall back to its default font (Times New Roman) when none is specified, but that's not what's