gpt4 book ai didi

css - Thunderbird 中的字体很细

转载 作者:行者123 更新时间:2023-11-28 02:34:04 27 4
gpt4 key购买 nike

我正在设计一封电子邮件,除了 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/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com