【发布时间】:2016-07-29 08:11:47
【问题描述】:
我现在正在设计一个 HTML 电子邮件。到目前为止一切都很好。但我的客户希望多一点letter-spacing。 1px 的letter-spacing 太多了,但没有letter-spacing 太笨重。
我在某些地方使用了 0.5px 的 letter-spacing。
它在除 Outlook 之外的所有主要客户端中看起来都不错。在 Outlook 中,letter-spacing 舍入为 1px。有什么方法可以修复在 Outlook 中显示正确的letter-spacing 吗?
<td style="font-family: Georgia, Verdana, sans-serif; font-size:16px; line-height: 19px;
letter-spacing: .7px; color: #000000;">
Text
</td>
【问题讨论】:
标签: css outlook html-email letter-spacing