Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1333627

    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

    #1333694

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.