0π
β
I donβt why this works, but it does
I was using the JavaScript version of FontAwesome.
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
When I switched to the CSS version, things started working
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" crossorigin="anonymous">
Source:stackexchange.com