[6.4] WordPress loading hundreds of fonts via wp-fonts-local action
-
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)
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.