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

How can I include Google font in Kentico Email template?

我正在尝试添加 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>

这不是 Kentico 或 asp.net 的真正问题,而是一个非常普遍的电子邮件问题,电子邮件的显示方式取决于电子邮件客户端(gmail、outlook 和很快...)。

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