无法显示我的超棒字体图标是因为我正在使用 xampp

Can't get my font awesome icons to appear is it because I'm using xampp

这是我要创建的网站的代码,我遇到的主要问题是我每次搜索内容时都必须清除我的网络缓存,第二个是字体很棒的图标不会出现

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="Home.css">
    <script src="https://kit.fontawesome.com/yourcode.js"></script>
</head>
<body>
    
    <nav>
        <input type="checkbox" id-"check">
        <label for="check">
            <i class="fa fa-bars"></i>
        </label>
        <label class="logo"> Logo</label>
        <ul>
            <li><a class="active" href="#">Home</a></li>
            <li><a href="Projects.html">PROJECTS</a></li>
            <li><a href="Contact.html">CONTACT</a></li>
        </ul>
    </nav>
</body>
</html>```

关于 Font Awesome 问题,请查看脚本中的 link。您已将其设置为占位符 link,它不会指向任何地方。您需要用您的 Font Awesome 帐户的工具包代码替换上面写着“您的代码”的地方。看这里:https://www.w3schools.com/icons/fontawesome5_intro.asp