0
I'm trying to load icon from the cdnjs.cloudflare.com link by using font css <i> tag but it's not showing... How do I go about i
Icon <i class="fa fa-home></i>
2 ответов
+ 7
Use the CDN included in the code below. That would work.
<i class="fa fa-home"></i> works here.
https://code.sololearn.com/W3jJq5E8Ezlu/?ref=app
+ 1
Thanks greatly