• Resolved papijo

    (@papijo)


    Hi @mickey Kay and thanks for a useful WP plugin!
    I mostly use Font Awesome in pseudo-elements content, for instance to prefix my accordion titles. I rotate the icon when the title is clicked to display the panel.
    With Version 1.7.4 I would write:

    .accordion:before {
      font-family: 'FontAwesome';
      content: '\f105';
      ...
    }
    

    Just discovered that with Version 2 Beta I have to use:

    .accordion:before {
      font-family: 'Font Awesome 5 Free';
      content: '\f105';
      ...
    }
    

    You might like to make this change clear in your Version 2 documentation somewhere.
    Best,
    papi Jo

Viewing 1 replies (of 1 total)
  • Plugin Author Mickey Kay

    (@mcguive7)

    Excellent catch! I’ll be sure to add this to the notes. Really appreciate you taking a look at this and surfacing an edge case that was not on my radar.

Viewing 1 replies (of 1 total)
  • The topic ‘[Beta Test] font-family in Pseudo-elements content’ is closed to new replies.