在电子邮件中添加Google字体

时间:2015-07-17 17:17:29

标签: css email google-font-api

我想在我的简报电子邮件中加入Google字体。

这是我的代码:

$html="
<html>
<style>
  @import url(http://fonts.googleapis.com/css?family=Lato|Simonetta);
</style>
<body>
  <p style='font-family:Simonetta'>Hello There</p>
</body>
</html>";

$message->setBody($html, "text/html");
$result = $mailer->send($message);

但是它没有工作,它没有显示实际使用的正确字体。这是一个非常简单的问题&amp;非常令人沮丧,我无法得到解决方案。

有人可以帮忙吗?

如果有人需要,我会使用Swift Mailer。

1 个答案:

答案 0 :(得分:0)

很少有客户接受网络字体(Apple邮件,iOS,Android本机邮件,Thunderbird和Apple版本的Outlook)您最好的选择是使用“旧忠实”字体(例如Arial,Helvetica,Georgia等)确保跨客户支持。 Here是MailChimp关于电子邮件排版的好文章。