FontAwesome Pro Not Working

Hey! I tried to troubleshoot on my own, but it seems that FontAwesome icons will ONLY work (for me, at least) through the plugin. I created a kit on FontAwesome’s site, pasted the kit link into the <head> of my site, and tried putting <i class="fa-duotone fa-solid fa-user"></i> into an embed to see if it would render, but nothing did. I’ve tried it both with and without the plugin installed, but I get the same results.

Any ideas? It wouldn’t matter so much except for the fact that the plugin doesn’t seem to allow for any of the Pro icons to be used.

Thanks in advance for your help!

Hey! Just wanted to bump this to see if there were any ideas/suggestions you had. Thanks!

Plugin is using only free version of fontawesome. We don’t have partnership with them, so we can’t add pro plan inside of plugin for everyone to use it, it would break their licence policy.

I guess way to use pro version of fontawesome is to not use plugin, and to add your pro CDN to project, and then through embed code add icons, like <i class="fa-duotone fa-solid fa-user"></i>.