我在核心php中编辑Mailer模板。但是,我想要实现的是,我想为邮件模板中显示的文本设置自定义字体,就像我们将其设置为使用CSS并导入字体的任何网站一样。
以下是我正在使用的代码。
<link href=\"https://fonts.googleapis.com/css?family=Cairo\" rel=\"stylesheet\">
<style type=\"text/css\">
body {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
width: 100% !important;
margin: 0 !important;
height: 100%;
color: #676767;
font-family: 'Cairo', sans-serif !important;
}
<td class=\"header-lg\" style=\"font-family: 'Cairo', sans-serif !important; font-weight: 500;\">
Just One More Step To Go...
</td>
但是,即使在将这些演示邮件发送到收件箱中应用了这些东西之后,它仍然是Gmail应用程序,浏览器电子邮件和其他邮件服务使用的默认字体。
有人可以建议如何使其工作吗?
答案 0 :(得分:1)
以下是来自Campaign Monitor(2015年更新)和Campaign Monitor - web font support Litmus(2017年9月发布)的两篇文章Litmus - using web fonts in email,它们详细介绍了邮件应用程序中的Web字体支持。不幸的是,GMail网站或应用程序不提供支持。