当我添加这个时,我收到一个错误The AMP Validator
:
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,500" rel="stylesheet">
The tag 'link' is disallowed.
我应该如何在amp4email
.
AMP for Email 目前不支持自定义字体。
#21907是此功能请求的跟踪问题。
Google 字体默认包含在 AMP4MAIL 中。您只需更改元素中的 font-family 属性。例如,对于 body 标签,将“Lato”更改为“Roboto”并且它可以工作:body { font-family: 'Lato', sans-serif;}