html-email – 可以在MailChimp模板中使用google webfonts吗?

前端之家收集整理的这篇文章主要介绍了html-email – 可以在MailChimp模板中使用google webfonts吗?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我一直在尝试将Google WebFonts纳入MailChimp,无法获得任何解决方案.

我已经尝试使用@import在Campaign Monitor网站上列出的方法

http://www.campaignmonitor.com/blog/post/3897/using-web-fonts-in-email

但是尝试预览时会收到此错误

An error occurred parsing your template CSS:
Cannot find a CSS file at: http://fonts.googleapis.com/css?family=Montserrat

有没有人能够使用MailChimp中的自定义字体?

解决方法

事实证明,通过@import语法是不可能的.它使用标签工作:
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
原文链接:https://www.f2er.com/html/230347.html

猜你在找的HTML相关文章