gpt4 book ai didi

html - 将 font-awesome 链接到 amp 页面

转载 作者:行者123 更新时间:2023-12-03 23:29:16 24 4
gpt4 key购买 nike

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<title>Shop App</title>
<style amp-custom>

</style>

<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
<script async src="https://cdn.ampproject.org/v0.js"></script>
</head>

我是 amp 的新手,我想在我的网站中使用 font-awsome,但是当我添加链接时,它会显示错误,任何人都可以建议我如何在 amp 中添加 font-awsome 链接。

这就是我添加字体可怕链接的方式,但它不起作用并给出验证错误任何帮助都会很棒

最佳答案

在“head”标签中添加此标签,并在您的 AMP 页面中使用它的类。(在 AMP 页面上有效)

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>

有关更多详细信息,您可以在 AMPproject.org 上查看:https://www.ampproject.org/docs/design/responsive/custom_fonts

关于html - 将 font-awesome 链接到 amp 页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52764973/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com