Skip to content

Add support for Font Awesome 5 #466

Description

@steven-pribilinskiy

Please get rid of blocking icon_prefix option

In Font Awesome 5 icon sets are specified with fal fa- far fa- etc.

In the iconFunction there's that line that puts %2$s (e.g. far) placeholder twice thus making it uselesss with FontAwesome 5

sprintf('<%1$s class="%2$s %2$s-%3$s"></%1$s>', $this->iconTag, $iconSet, $icon);

Ideally there should be only icon_class that would work with any icon font

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions