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.