根据 AMP 文档,字体允许使用链接标签: https ://amp.dev/documentation/guides-and-tutorials/develop/style_and_layout/custom_fonts/?format=websites
然而,当我在头部嵌入一个谷歌字体链接标签时:
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
我收到验证错误:不允许使用标签“链接”。
有什么见解吗?感谢您的时间和想法。