Hi,
Are there any plans for including fontawesome icons in form of an icon select like fontawesome does it with gutenberg (https://fontawesome.com/v5.15/how-to-use/on-the-web/using-with/wordpress)?
For now we are creating a custom icon font with a subset of fontwesome icons which is a little bit limiting.
All the best,
Patrick
Hey Patrick,
Thank you for the inquiry.
There is no plan on including another set of font icons in the builder, unfortunately, but you can still use the fontawesome icons using html tags or shortcodes.
html:
<i class="fas fa-coffee"></i>
shortcodes:
[icon name="coffee" prefix="far"]
You have to install the plugin first.
// https://wordpress.org/plugins/font-awesome/
Best regards,
Ismael