- AF 2.5.4
- Joomla 4.0.0
- Template One
- fontawesome.min.css not found
Reason:
See https://github.com/joomdev/Astroid-Framework/blob/v2.5.4/astroid/astroid-framework/framework/library/astroid/Helper/Head.php#L64
This path doesn't exist anymore in Joomla 4. Therefore fa-* icons aren't displayed.
- I've tried
media/vendor/fontawesome-free/css/fontawesome(.min).css but that fails too, because it stupidly doesn't include the necessary font-face parts. I don't know what it's good for at all.
- As far as I see the only usable path from Jomla core is
media/system/css/joomla-fontawesome.min.css
Reason:
See https://github.com/joomdev/Astroid-Framework/blob/v2.5.4/astroid/astroid-framework/framework/library/astroid/Helper/Head.php#L64
This path doesn't exist anymore in Joomla 4. Therefore
fa-*icons aren't displayed.media/vendor/fontawesome-free/css/fontawesome(.min).cssbut that fails too, because it stupidly doesn't include the necessaryfont-faceparts. I don't know what it's good for at all.media/system/css/joomla-fontawesome.min.css