Hi @amafino,
How can i replase Star.woff with .svg
Thanks for the question. I think this will take a little bit of custom work to make happen. Essentially finding how this font is added to WooCommerce, removing it, then replacing with your own font or way to use an SVG star icon.
https://d.pr/i/8PmeAx
To backup one step there as well, this star.woff is a font family just for the star icon used in reviews in WooCommerce. It comes in many different formats, one of which is an SVG version. But generally a .woff (Web Open Font Format) is more broadly supported across browsers and devices.
Is there a reason you’re wanting to force this to use the SVG file?
The reason is pagespeed and rating in google.
All related solutions in web are not target-oriented; star.woff is always loaded.
Solution:
I delete all customer stars for Products and give no more option to rate Products. No Stars, no rating, no star.woff…
Hi @amafino,
Ah ok, well glad you solved it by disabling those. If you’d like to dig in further any any point in the future we’ll be here.