CashOutGang1337 Member Nov 5, 2021 #1 I am trying to use these two different font icons .. How would i type that up in my extra .less?? fa-fw select-all far fab fa-adversal
I am trying to use these two different font icons .. How would i type that up in my extra .less?? fa-fw select-all far fab fa-adversal
P Paul B XenForo moderator Staff member Nov 5, 2021 #2 Typically something like: Less: .class:before { .m-faContent(@fa-var-icon); } Replace the class and icon name as required. Upvote 0 Downvote
Typically something like: Less: .class:before { .m-faContent(@fa-var-icon); } Replace the class and icon name as required.
CashOutGang1337 Member Nov 5, 2021 #3 Brogan said: Typically something like: Less: .class:before { .m-faContent(@fa-var-icon); } Replace the class and icon name as required. Click to expand... So it would be something like this Code: &:before { .m-faBase('Font Awesome Pro'); .m-faContent(@fab fa-adversal); } ? Upvote 0 Downvote
Brogan said: Typically something like: Less: .class:before { .m-faContent(@fa-var-icon); } Replace the class and icon name as required. Click to expand... So it would be something like this Code: &:before { .m-faBase('Font Awesome Pro'); .m-faContent(@fab fa-adversal); } ?
K Kirby Well-known member Nov 5, 2021 #4 Code: &:before { .m-faBase('Brands'); .m-faContent(@fa-var-adversal); } Upvote 0 Downvote