I'm loading this script as css:
<i class="fa fa-facebook export-brands"></i>
<i class="fa fa-smile export-brands"></i>
The result is the following:
I've tried loading the css locally, different versions, I've tried the js version, same problem (different not found logo).
The chrome dev tools show
.fa-facebook:before {
content: "\f09a";
}
As it should when I checked the source css.
Don't know what else to try.
You're mixing the Font Awesome 5 stylesheet with Font Awesome 4 syntax. The problem can be fixed in one of two ways: