【发布时间】:2021-06-15 04:38:42
【问题描述】:
尝试在我的 html 电子邮件中使用 Impact 字体,该字体在 Outlook 365 窗口和 Web 客户端以及浏览器中的 Gmail 客户端中运行良好,但 iOS 本机邮件应用程序、Gmail 应用程序和 Outlook 应用程序都默认返回 arial .我错过了什么?
这是有问题的表格。类是从 MS 端口遗留下来的,我将它留在里面是希望它能提高 mso 性能,但它真正做的只是设置默认字体系列、字体大小和边距 (0)。
<table cellspacing=0 cellpadding=0 style="background:red;border-collapse:collapse;border:none;padding:0;margin:0;">
<tr>
<td style="height: 6.5pt;"></td>
<td style="height: 6.5pt;"></td>
<td style="height: 6.5pt;"></td>
</tr>
<tr>
<td style="width:6.5pt"></td>
<td>
<p class="MsoNormal" style="margin:0;text-align:center;line-height:normal;font-size:14.0pt;font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;color:white;">
10% STOREWIDE SALE</p>
<p class="MsoNormal" style="margin:0;text-align:center;line-height:normal;">
<a style="font-size:14.0pt;font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;color:white;text-decoration-color: white;" href="https://www.bacs.com.au/store">SHOP NOW</a>
</p>
<p class="MsoNormal" style="margin:0;text-align:center;line-height:normal;font-size:10.0pt;font-family:Arial, Helvetica, sans-serif;color:white;">
Online Only. Ends 30 June 21.</p>
</td>
<td style="width:6.5pt"></td>
</tr>
<tr>
<td style="height: 6.5pt;"></td>
<td style="height: 6.5pt;"></td>
<td style="height: 6.5pt;"></td>
</tr>
</table>
【问题讨论】:
标签: html css ios html-email email-client