css - Thunderbird 中的字体很细

标签 css email html-email thunderbird

我正在设计一封电子邮件,除了 Thunderbird 外,大多数客户端看起来都不错 - 字体非常细而结实。

有解决办法吗?使其变得粗体会使它在其他客户中过于粗体。

最佳答案

我从来不需要支持 Thunderbird,但据说它将电子邮件内容包装在 .moz-text-html 包装器中,因此您可以通过这种方式为特定客户端添加 CSS 而不会影响其他客户端电子邮件客户端,例如(假设您对内容使用 td):

<style type="text/css">
.moz-text-html td {
  font-weight: bold;
}
</style>

关于css - Thunderbird 中的字体很细,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47530310/

相关文章:

css - 带有 CID 图像的 HTML 电子邮件,有没有办法重复背景或将其拉伸(stretch)到 100% 宽度?

jquery - 布局页面不加载 css (asp.net mvc)

php - 发送自动电子邮件

css - 没有行高和表格单元格的垂直对齐中间文本

python - 通过 ESMTP 发送邮件时出现 Twisted TLSRequired 错误

php - 使用 Gmail 在 codeigniter 中通过电子邮件类发送电子邮件

php - 使用 PHP : including the HTML file 发送 HTML 电子邮件

css - 编码宽度显示和报告不正确

css - 在媒体查询中使用 rem 单位作为宽度

css - SASS - 跨多个文件扩展类