Open
Description
How do I use FontAwesome 5 Pro into my project? It seems like I can't use the regular or light icons on the header.
<h5 class="sub header">
<i class="far fa-wrench icon"></i>
<div class="content">
Configure
<div class="sub header">
Determine the columns and rows for the seat layout. <b>Then, label the seat accordingly.</b>
</div>
</div>
</h5>
The problem with the code above is that it doesn't display the FA5's regular icon, it displays FA5's solid icon instead.
Help, thanks!