1

当我添加这个时,我收到一个错误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.

4

2 回答 2

4

AMP for Email 目前不支持自定义字体。

#21907是此功能请求的跟踪问题。

于 2019-05-14T20:18:11.997 回答
0

Google 字体默认包含在 AMP4MAIL 中。您只需更改元素中的 font-family 属性。例如,对于 body 标签,将“Lato”更改为“Roboto”并且它可以工作:body { font-family: 'Lato', sans-serif;}

于 2019-06-29T14:46:01.737 回答