• Resolved pfm

    (@pfm)


    Hi,

    I was cleaning up some errors and the only one left… is a wrong URL for Roboto:

    https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsE.woff2
    => 404

    It would be great to disable GSTATIC / google at all and use local fonts instead.

    Version 14.16

        <!-- Analytics by WP Statistics - https://wp-statistics.com -->
    <style class='wp-fonts-local' type='text/css'>
    @font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 100 900;
    font-display: fallback;
    src: url('https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2') format('woff2');
    }

    @font-face {
    font-family: "Public Sans";
    font-style: normal;
    font-weight: 100 900;
    font-display: fallback;
    src: url('https://fonts.gstatic.com/s/publicsans/v15/ijwOs5juQtsyLLR5jN4cxBEoRDf44uE.woff2') format('woff2');
    }

    @font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100 900;
    font-display: fallback;
    src: url('https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsE.woff2') format('woff2');
    }
    </style>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Mehmet

    (@gandomi)

    Hello @pfm,

    Thank you for reporting this! I’ve investigated and found that these Google Fonts (including the broken Roboto URL) are not being loaded by WP-Statistics.

    The “Analytics by WP Statistics” comment in your page source appears just before the fonts, but they’re actually being added by a different source, most likely:

    • Your WordPress theme (Twenty Twenty-Five, Twenty Twenty-Four, etc.)
    • A caching/optimization plugin (like Autoptimize, LiteSpeed Cache, etc.)
    • WordPress Core’s font optimization feature

    To identify the exact source, try temporarily deactivating your caching/optimization plugins or switching to a default theme to see if the fonts disappear.

    Once you identify the source, you should be able to disable Google Fonts from that plugin/theme’s settings and use local fonts instead.

    Let me know what you find, and I’m happy to help further!

    Best regards,
    Mehmet

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.