- Messages
- 5,029
- Website
- www.xenfocus.com
If you want to use brand icons, you'll need to specify that in the code. Font Awesome 5 has different fonts for BrandsMost of the font awesome icons are not working.. For example a icon for linux,f17c
is a Linux Icon from solid style fab, which doesn't work with theme. Only working icons are from solid style fas.
Less:
#XF{
.node--id13 .node-icon i::before{
content: '\f17c';
font-family: "Font Awesome 5 Brands";
}
}