That doesn't make much sense to me.If it's not possible to autodetect it, the default should probably be changed tostar
.
Assuming XenForo default style, default options and style property values for Font Awesome Manager and Alerts Improvements are used you've got the following situation:
Alert Improvements uses FA icons
star
and star-exclamation
in Solid weight while the default FA weight is Regular.Using icons in a foreign weight (Solid) is less efficient than using them in the native weight of the style (Regular).
FAM therefore (somewhat intentionally and partly due to being almost impossible in some cases) does not use scan results for such foreign weight icons but only considers them for icons used in native weight.
Options to fix this (sorted by most efficient / recommended to least efficient / not recommended)
- Use icons in native weight
In this specific case this would befar fa-star
andfar fa-star-exclamation
- Force creating a subset of the foreign weight icons by manually adding them to the appropriate list
In this specific case this would bestar
andstar-exclamation
as Solid Icons - Achieve the same effect as 2) by temporarily enabling option Automatically add missing icons
- Disable style property Only use CSS for selected weight
If this option is disabled definitions for all scanned icons will be available for all weights - at the expense of larger / unused CSS and larger / more font resources to load. - Change style property Font awesome weight so it matches the weight of the icons
In this specific case this would mean changing the weight to Solid
Last edited: