Fonts Awesome 5.13

Hi,
Fonts Awesome has released version 5.13, which includes new of fonts (~120) related to COVID-19 that I’d love to use.

Would it be possible to incorporate this feature to Wappler?

Many thanks!!!

Memory a bit scratchy, but you can try this. pretty sure I did it last year…

Get the updated CDN path and file name from the font awesome website for 5.xx

Record the IDs of the fonts you want to use.

Go into your code view. Replace the current font awesome call path with the new one from the website (it should be near the top in the ‘head’ section).

In the code view again replace the ID of the icon you want to use to the new one (eg fa-bell to fa-covid).

This should result in the new icon with all the same formatting as the old one.

The new icons may show up in the visual FA picker or not after you update the cdn’s filepath, you will have to experiment.

The above should get you out of trouble until Wappler updates the FA module.

Thank you,