In the <head>
section of my code, I include the following:
<script href="https://kit.fontawesome.com/a076d05399.js"></script>
Within some of my buttons, I have the following code:
<div class="scroll-up-btn">
<i class="fa fa-arrow-up" aria-hidden="true"></i>
Despite having over 6 icons, none of them are displaying. What could be the reason for this? The icons should be visible, but for some reason, they are not showing up.