我现在正在设计一个 HTML 电子邮件。到目前为止一切都很好。但我的客户希望多一点letter-spacing。letter-spacing1px 太多了,但没有太大letter-spacing。
我letter-spacing在某些地方使用了 0.5px。
它在除 Outlook 之外的所有主要客户端中看起来都不错。在 Outlook 中,letter-spacing四舍五入为 1px。是否有任何方法可以修复letter-spacingOutlook 中的显示权限?
<td style="font-family: Georgia, Verdana, sans-serif; font-size:16px; line-height: 19px;
letter-spacing: .7px; color: #000000;">
Text
</td>