You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So basically the selector [class^="icon-"], [class*=" icon-"] with all its contents is missing and therefore the icons don't get rendered correctly in the Typo3 backend showing only squares, since the font never was requested by the browser.
Greetings,
Benni
The text was updated successfully, but these errors were encountered:
Okay, that's strange. Normally the whole rule should be added to the created stylesheet since it contains the font-family rule. Could you maybe send me your icomoon folder including stylesheet and font files?
Since it's a project with paid icons from a customer, I think I can't just send it to you. But I created a second font with the same settings. Since we also use Prettier in the project the stylesheet gets changed a little bit and I simulated this in the zip file. Hope this helps!
Any news to this? I have the same problem with icomoon fonts (default icomoon styles without Prettier).
Latest EXT version on TYPO3 12.
Thanks in advance! :-)
Hi there,
we have a local stylesheet from Icomoon, whcih looks like this:
But after the file gets copied over to
/public/typo3temp/tx_bwicons/[...]
it looks like this:So basically the selector
[class^="icon-"], [class*=" icon-"]
with all its contents is missing and therefore the icons don't get rendered correctly in the Typo3 backend showing only squares, since the font never was requested by the browser.Greetings,
Benni
The text was updated successfully, but these errors were encountered: