如何在Kentico电子邮件模板中包含Google字体?

时间:2019-02-11 12:15:45

标签: asp.net kentico

我正在尝试添加Google字体Lato但没有成功

我试图通过Kentico CMS在我的电子邮件模板中包括google字体,但这仅在预览模式下显示成功包含了字体URL。但是,当我在Outlook 365中收到电子邮件时,表明我所需的字体URL不存在。 请帮助

在我的CMS电子邮件模板的开头添加以下内容:

<html>
  <head>
    <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<style type="text/css" id="ignore">
    tr td { padding: 0; margin: 0;border-spacing: 0; }
    a{text-decoration: none;    text-decoration-color: transparent;}
</style>
    </head>
  <body>

1 个答案:

答案 0 :(得分:0)

这实际上不是Kentico或asp.net的问题,而是一个非常普通的电子邮件问题,电子邮件的显示方式取决于电子邮件客户端(gmail,Outlook等)的实现。 )。

这本身就是一个巨大的话题,但首先请看https://www.emailonacid.com/blog/article/email-development/making-custom-font-stacks-work-in-outlook-update/https://www.mailigen.com/blog/grab-attention-with-google-web-fonts-in-email-newsletters/