I have included a font awesome library in the header using the following code:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
However, when I try to display an icon in the body with the code:
<i class="fa-brands fa-medium"></i>
The icon does not show up (appears blank). I am attempting to use the medium icon from this library, but if I remove the brands
class, a different medium icon is displayed.