After providing the CDN link:
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
The icons are displaying correctly and everything is working fine.
You can view the code on jsfiddle.
However, when I try to host the same CSS file locally, the icons are not showing up properly.
You can check out the example on jsfiddle.
I'm wondering why it's not working when hosted locally. Could there be any restrictions or licensing issues causing this problem?
Thank you for your help!