Hello,
I am using J4 with the theme Tp_Perfect.
After updating to Astroid 2.6.3, my web is missing fontawesome icons.
In the compromised CSS .../cache/astroid/css/c26591e112... there is one line before the update:
Code:
@import "https://use.fontawesome.com/releases/v6.2.0/css/all.css";.awesomplete [hidden]{display:none}.awesomplete ...
So the Font Awesome Free 6.2.0 was loaded externally
After the update this is missing and the CSS starts with:
Code:
.awesomplete [hidden]{display:none}.awesomplete ...
Further in the CSS I have a local inclusion of Font Awesome Free 5.15.4
Code:
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src: url(/../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.eot);
Where can I check the settings under Astroid to see which version of Font Awesome and more importantly how it is included. How can I fix the bug?
Greetings,
Volker
Please Log in or Create an account to join the conversation.