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
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)
+ 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>
+ 2
oh yhyh its offline could that be the problem??
+ 1
I used it but it is not working out