Currently, I am tackling a project for school that involves incorporating fontawesome-icons. Unfortunately, regardless of the icon selected, none of them seem to appear. Strangely enough, when I tested it in an empty HTML file with just a blank page, the icons worked perfectly. Could someone shed some light on why these icons are not displaying as shown in the image below? Your help is greatly appreciated!
Here is the code for my website
...
<head>
<script src="https://kit.fontawesome.com/505871b650.js" crossorigin="anonymous"></script>
</head>
...