Skip to content

Remove obsolete WooCommerce .eot font URLs - #2215

Open
sornapudisuresh wants to merge 1 commit into
woocommerce:trunkfrom
sornapudisuresh:fix/2176-remove-obsolete-eot-fonts
Open

sornapudisuresh wants to merge 1 commit into
woocommerce:trunkfrom
sornapudisuresh:fix/2176-remove-obsolete-eot-fonts

Conversation

@sornapudisuresh

Copy link
Copy Markdown

Summary

  • Drop .eot (and IE #iefix) font sources from Storefront’s WooCommerce @font-face rules.
  • Keep woff / ttf / svg, and prefer WooCommerce.woff2 where WooCommerce still ships it.

WooCommerce removed the .eot assets upstream, so browsers were requesting files that 404.

Fixes #2176

Test plan

  • Activate Storefront + WooCommerce
  • Load a product page and confirm no 404 network requests for star.eot or WooCommerce.eot
  • Confirm star ratings / WooCommerce icon fonts still render

WooCommerce no longer ships star.eot / WooCommerce.eot, which caused 404s from Storefront's @font-face rules. Keep the remaining formats and prefer woff2 for WooCommerce where available.

Fixes woocommerce#2176
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

star.eot and woocommerce.eot fonts don't exist anymore

1 participant