social media icons arenot working with me
i tried both ways also not working with me , i dont know what is wrong
social media icons arenot working with me
@Maryam, you need to import font-awesome from cdnjs to work with font awesome icons.
here is the site link where you can find the link tag font-awesome - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers.
from there you can copy Link Tag which you can paste inside HEAD tag of your HTML
This should fix your problem.
Yes I agree, that would be the right approach.
I just did a Google search, add this line of code to the “head” section, and see if it helps
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">