SOLVED: Bricks Still Loading Deprecated EOT Font Files for WooCommerce and Themify

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:

  1. WooCommerce EOT Loading: Bricks CSS integration includes references to WooCommerce.eot files that no longer exist in WooCommerce 9.8+
  2. 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
1 Like

Hi,
Thanks so much for your report!

I reproduced the issue and added it to our bug tracker.

Best regards,
timmse

We’ve fixed this issue in Bricks 2.0 RC2, now available as a manual download in your account (see changelog).

Please let us know if you are still experiencing issues.

As with any pre-stable release, please do not use it on a production website. It is intended for testing in a local or staging environment only.

1 Like

Good job guys! Thanks