• WooCommerce.woff and WooCommerce.woff2 fonts are loaded twice, which slows down the site. These fonts are located in the woocommerce.css and woocommerce-rtl.css files at the following path:
    /wp-content/plugins/woocommerce/assets/css/

    The codes related to this problem in the mentioned files:

    @font-face {
    font-family: star;
    src: url(../fonts/WooCommerce.woff2) format("woff2"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
    }

    @font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.woff2) format("woff2"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype");
Viewing 2 replies - 1 through 2 (of 2 total)
  • Zee

    (@doublezed2)

    Hello وردپرس ایرانی (@masoudnkh)

    Thank you for contacting WooCommerce support.

    I understand you’re seeing that WooCommerce.woff and WooCommerce.woff2 fonts are being loaded twice, potentially affecting site performance.

    Could you please share your findings in more detail, such as the tools or methods you used to detect the duplicate loading? I’d like to verify this behavior on a test site using your information.

    Lastly, please share your site’s System Status Report with me. You can paste it into https://pastebin.com and share the link here.

    Best regards.

    Hi there,

    As there’s been no follow-up, I’ll consider this resolved for the time being. We’re happy to jump back in if anything comes up!

    If you have a few minutes, we’d love it if you could leave us a review: https://ww.wp.xz.cn/support/plugin/woocommerce/reviews/#new-post

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WooCommerce font duplicate loading’ is closed to new replies.