Utilizing Fort Awesome Icons.
While displaying one of my icons, it appears that the browser expects the height to be 90px, but the icon is taller than that, resulting in overlapping other content on my page.
<script src="https://use.fortawesome.com/66d3880d.js"></script>
<br />
<hr />
<i class="fa fa-5x fa-day-sunny-overcast" />
Here is a codepen illustrating the issue
Does anyone have a solution for this problem?