Font Awesome Pro Light in CSS pseudo element content

Thanks for the response to this topic explaining how to use it directly in markup.:

I need to know how to get the light icons to show up as CSS content in a pseudo element. I see no reason what this should not be able to be achieved - I’m just not seeing any documentation for it. Font Awesome Pro is bundled with Pro, so what is the proper methodology for getting the results I’m looking for?

Here’s what doesn’t work:

.select-wrapper:after{
     font-family: fontawesome;
     content: '\f078';
     font-weight: 100;
}

All this does is still display the regular thick icon. Please have a look at this and let me know you’re thoughts.
Thanks in advance for your work.

Hello @simeoned,

Thanks for writing in!

When using custom CSS and reference the Font Awesome, you use the following:

FontAwesome        - Solid face as one family.
FontAwesomeRegular - Outline face as one family.
FontAwesomeLight   - Light face as one family.
FontAwesomeBrands  - All branded icons.
FontAwesomePro     - Solid, Regular, and Light faces setup as weights of a single family.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.