Anomandaris
Well-known member
Lots of addons have broken FontAwesome icons due to the Font Awesome upgrade in XF2.1.
The solution is rather easy but confusing if you're a noob. Please make a backup before making any changes.
Search templates for "FontAwesome"
Replace:
With:
I think this should be added to FAQ or something of that nature. Hope it helps someone.
The solution is rather easy but confusing if you're a noob. Please make a backup before making any changes.
Search templates for "FontAwesome"
Replace:
Code:
font-family: "FontAwesome";
With:
Code:
font-family: 'Font Awesome 5 Pro';
I think this should be added to FAQ or something of that nature. Hope it helps someone.