t3solution / t3sbootstrap

Startup extension to use bootstrap 5 classes, components and more out of the box.
GNU General Public License v2.0
24 stars 20 forks source link

fontawesome brands not working on 5.3.18 #419

Open ProWebs opened 2 weeks ago

ProWebs commented 2 weeks ago

Since upgrading to 5.3.18 the fontawesome icons from brand won't work. All icons without "brands" working fine.

For example:

Extension Configuration is setup to use "fontawesome 6 free".

ProWebs commented 1 week ago

The folder "webfonts" will be not created on my typo /typo3temp/assets/webfonts

For this reason files like fa-solid-900.woff2 are missing.

My permissions on sever are okay. And i tried to start the task "t3sbootstrap:cdnToLocal" but this don't solve the issue.

I created the folder manually and copied all files from EXT:t3sbootstrap/Resources/Public/Contrib/Fontawesome/webfonts manually to /typo3temp/assets/webfonts

This solved the issue for the moment.