@vincent15000 Isn't that would be like this?
<i class="fa-solid fa-house"></i>
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
I have installed Fontawesome according to the documentation.
And when I add an icon, my fontawesome code doesn't exist in the resulting code.
<font-awesome-icon icon="fa-solid fa-house" />
Is there something to do with element-plus to let fontawesome work correctly ?
If you have an idea ;).
Thanks a lot.
V
@vincent15000 Can you try this?
<i class="fas fa-solid fa-house"></i>
Please or to participate in this conversation.