Hi @lionelbachelart,
Welcome to WordPress and thanks for trying out Storefront and WooCommerce!Getting to your issue, can you help me locate what appears to be broken icons? I took a look around the site and I’d seen a few icons, like for the cart, home icon in breadcrumbs, comments, etc…

Link to image: https://cld.wthms.co/uK4J12
Hi @ryanr14
this is the screenshot in Firefox:
https://imgur.com/a/M3Sp1D6
Maybe it is a problem of firefox?
Hi @lionelbachelart,
Hmm, that is odd indeed. When I tested your site in Firefox I have the same issue. The good news is that I don’t see the same thing on my own test site in Firefox.

Link to image: https://cld.wthms.co/c8Acm3
That at least means it’s not a wider Storefront problem, and is happening in your specific setup. Inspecting your site further and looking at the Console in Firefox I do see this issue related to the FontAwesome font file.

Link to image: https://cld.wthms.co/0BXxGS
It seems to say that the font file is trying to be loaded from https://rampageous-tax.000webhostapp.com, but not allowed because a CORS header hasn’t been added to the site to add ‘Access-Control-Allow-Origin’ for the https://rampageous-tax.000webhostapp.com URL.
You would likely want to look at any potential security plugins you have to tweak these settings, or take it up with your host if it is perhaps handled by them. The font file either needs loaded from your current domain (https://vovino.tk/) or there needs to be a ‘Access-Control-Allow-Origin’ CORS header added that allows the font file to be loaded from https://rampageous-tax.000webhostapp.com.
I hope that makes sense. 🙂