• Resolved tlindner

    (@tlindner)


    I am seeing the following error in my console on all pages when your Accordions plugin is active.

    The resource from “https://fonts.googleapis.com/css2?family=:wght@100;200;300;400;500;600;700;800;900&display=swap” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).

    I’m using the latest version, which is 2.3.11, on my client’s website as well as testing it locally in a clean environment with only one plugin (this one) and the 2025 WP theme running WP 6.8.

    The Google Font URL is missing the value for the “family” variable. The loading variable directly, it shows:

    400: Invalid selector

    Missing family name
    :wght@100;200;300;400;500;600;700;800;900
    ^

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

    (@mlipenk)

    I’m seeing the same issue on my site when I run a broken link scan: “400 bad request” resulting from the Accordions plugin. It’s a result of a missing Google font family: https://fonts.googleapis.com/css2?family=:wght@100;200;300;400;500;600;700;800;900&display=swap

    Located in Accordions: /includes/functions.php Lines: 807-825
    Currently, Accordions is not finding the font in the array used in this dynamically generated css reference.

    Plugin Support hasanrang05

    (@hasanrang05)

    Please try latest version, we have fixed the issue and updated plugin.

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

The topic ‘Broken Google Font script tag missing font family’ is closed to new replies.