• Rodrigo

    (@rghedin)


    Maybe a bug, I really don’t know. After updating to 6.4, WordPress started loading hundreds (+600) fonts on front and back-end via wp-fonts-local action. They load all those fonts on header, using @font-face styling tags.

    I managed to avoid this craziness on front-end with this code in functions.php:

    remove_action( 'wp_head', 'wp_print_font_faces', 50 );

    However, it still loads all those fonts on back-end/admin dashboard.

    Anyone else having this issue? I’m running 6.4.1 on a Business plan at WordPress.com.

Viewing 5 replies - 1 through 5 (of 5 total)
  • lisa

    (@contentiskey)

    I’m running 6.4.1 on a Business plan at WordPress.com.

    for accurate guidance related to a website using the WordPress.com service – please use this link: https://wordpress.com/support/

    (volunteers on this forum provide guidance for self-hosted websites using WordPress software)

    Thread Starter Rodrigo

    (@rghedin)

    Thanks, Lisa! Since .com’s Business plan is more or less like a self-hosted/.org WP install, I thought maybe other people could be dealing with the same issue.

    I opened a topic on this issue in .com support forum.

    lisa

    (@contentiskey)

    Since the (business plan for) WordPress.com service is not exactly set like a self-hosted site – it is possible that fonts (and other things) are situated in a different manner.

    Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Hi there!

    To close the loop on this, the issue was confirmed to be related to a specific feature of the Jetpack plugin.

    The bug is now logged in the Jetpack bug reporting repository, and the team is working on a fix here.

    Thread Starter Rodrigo

    (@rghedin)

    Thanks, @jeherve!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[6.4] WordPress loading hundreds of fonts via wp-fonts-local action’ is closed to new replies.