You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Nöth (Jira)" <de...@myfaces.apache.org> on 2021/11/17 14:42:00 UTC

[jira] [Resolved] (TOBAGO-2101) Support FontAwesome5

     [ https://issues.apache.org/jira/browse/TOBAGO-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henning Nöth resolved TOBAGO-2101.
----------------------------------
    Fix Version/s: 6.0.0
       Resolution: Fixed

> Support FontAwesome5
> --------------------
>
>                 Key: TOBAGO-2101
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-2101
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core, Themes
>    Affects Versions: 5.0.0
>            Reporter: Henning Nöth
>            Assignee: Henning Nöth
>            Priority: Major
>             Fix For: 5.1.0, 6.0.0
>
>
> Currently
> {code:xml}<tc:link image="fa-eye" .../>{code}
> renders
> {code:html}<a ...>
>   ...
>   <i class="fa fa-eye"></i>
> </a>{code}
> The "fa" CSS class is fine for FontAwesome4.
> But in FontAwesome5 the "fa" CSS class changed depending on the icon style.
> It's now:
> * "fas" for solid icons
> * "far" for regular icons
> * "fal" for light icons
> * "fad" for duotone icons



--
This message was sent by Atlassian Jira
(v8.20.1#820001)