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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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>

19th Apr 2018, 12:12 AM
Damilola Daramola
Damilola Daramola - avatar
2 Answers
+ 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
19th Apr 2018, 8:21 AM
Dev
Dev - avatar
+ 1
Thanks greatly
20th Apr 2018, 1:43 AM
Damilola Daramola
Damilola Daramola - avatar