Guys I want to put font awesome icons on my page but it's not working.. can anyone help me...I want to use the home icon | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Guys I want to put font awesome icons on my page but it's not working.. can anyone help me...I want to use the home icon

1st Jul 2017, 1:06 PM
Gideon
Gideon - avatar
4 Answers
+ 7
Ok put your code on playground and test it there, if it does not work then paste the link for me so see why, hope you are not using it offline (without internet)
2nd Jul 2017, 6:06 AM
Awele Omeligwe
Awele Omeligwe - avatar
+ 10
See how to use the home icon below, copy the code and see the result. <!DOCTYPE html> <html> <head> <title>Font Awesome Icons</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <i class="fa fa-home"></i> <i class="fa fa-home" style="font-size:48px;"></i> <i class="fa fa-home" style="font-size:60px;color:red;"></i> </body> </html>
1st Jul 2017, 1:19 PM
Awele Omeligwe
Awele Omeligwe - avatar
+ 2
oh yhyh its offline could that be the problem??
2nd Jul 2017, 12:39 PM
Gideon
Gideon - avatar
+ 1
I used it but it is not working out
1st Jul 2017, 6:47 PM
Gideon
Gideon - avatar