While I have successfully implemented Bootstrap4 in my project and all its classes are working fine, I am facing an issue with Font-Awesome. This is my first time using Font-Awesome and I can't seem to get the icons to display on the page. I included Font-Awesome by adding this line in the head section of my HTML file.
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
Later in my code, I added the following snippet.
<div class="container text-center">
<br /><br /><br />
<i class="icon-search"></i> <input id="search" type="text" placeholder="Search for a City" />
</div>
I referred to this documentation for usage: My network tab confirms that Font-Awesome was fetched successfully with a status 200.