Please support Pro and newer versions of Fontawesome

Please see the discussion here: Can I use Fontawesome 5 Pro?

3 Likes

No progress? That’s a pity :frowning:

Just FYI we use font awesome pro in all of our projects.
Just paste the FA script tag into native libaries and then you can use them.
They are not in the icon dropdown of the designer of course but you can just type in the string.
‘fa:some_pro_icon’ → the designer will even render the pro icon.

Mark

2 Likes

And if you want the solid version do fas:some-pro-icon

2 Likes

You’re right! Just works. Thx @mark.breuss @stucork

To expand a little: on the FA site add an Icon kit, copy the line of javascript they present.
It will be something like:

<script src="https://kit.fontawesome.com/dzzze4123e.js" crossorigin="anonymous"></script>

Paste in Anvil>native libraries.