Issue Description: Bricks Builder is still loading deprecated EOT (Embedded OpenType) font files for WooCommerce and Themify icons, which results in 404 errors since these font formats have been removed from modern implementations. Especially WooCommerce dropped support for these formats in recent versions, I believe since late 2024 if I’m not mistaken.
Specific Problems:
- WooCommerce EOT Loading: Bricks CSS integration includes references to
WooCommerce.eot
files that no longer exist in WooCommerce 9.8+ - Themify EOT Loading: Bricks core CSS loads
themify.eot
files unnecessarily for modern browsers.
Error Examples:
404 Error: /wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot
404 Error: /wp-content/themes/bricks/assets/fonts/themify/themify.eot
Impact:
- Multiple 404 errors in browser console
- Unnecessary HTTP requests
- Performance impact from failed font loading attempts
- Console spam affecting debugging