Outlook 2013 Ignores font-family

前端 未结 7 1452
长情又很酷
长情又很酷 2021-02-08 08:25

What is the best way to specify the font-family when coding emails for Outlook 2013? I have found that font-family is ignored when it is added inline like this:

         


        
7条回答
  •  你的背包
    2021-02-08 08:37

    I had this problem and found the following post that fixed the issue: https://litmus.com/community/discussions/982-outlook-overrides-font-to-times-new-roman

    Basically, you need to add the following conditional css style snippet right after the body tag in the email template you want Outlook to take the desired font-family (in this case Arial, Helvetica or San-Serif) instead of the sticky MSO Times-New-Roman font:

    
    

提交回复
热议问题