Outlook.com在html电子邮件中更改字体系列

时间:2014-10-06 19:26:50

标签: html email font-family outlook.com

当我单独使用带有h3标签的行时,会显示正确的字体。一旦我添加了带有h1标签的行,两者的字体都是不正确的。有谁知道这里发生了什么?我不知所措。谢谢。

这是我的代码:

<h1 style= "color:#000000; font-family:'Gotham-Light','Century Gothic', sans-serif; font-size: 58px; mso-line-  height-rule:exactly; line-height:58px;margin-bottom:0px;padding-bottom:0px; font-weight:normal">How LTCI is Priced
                                                 </h1>

<h3 style="color:#B21F24; font-family: 'Century Gothic', sans-serif; font-size: 32px; font-style: italic; mso-line-height-rule:exactly; line-height: 100%; text-align: left;font-weight:normal">Dynamics of LTCI Pricing
                                                        </h3>

2 个答案:

答案 0 :(得分:1)

Outlook使用Microsoft Word的html呈现引擎呈现html,并且只接受某些字体。解决这个问题的最佳做法是将字体链接起来。

你已经解决了这个问题,但我想我会添加一些原因。 :)

https://litmus.com/blog/outlook-2013-still-powered-by-word-now-available-for-email-testing

答案 1 :(得分:0)

我已经找到了答案 - 我希望它可以帮助别人。 Outlook.com不喜欢&#39; Gotham-Light&#39;。一旦我删除了它,其他一切都按预期工作。