//Google Fonts を完全ブロック add_action('wp_print_styles',function(){global $wp_styles;if (! isset($wp_styles)) return;foreach ($wp_styles->queue as $handle){$src=$wp_styles->registered[$handle]->src ?? '';if (strpos($src,'fonts.googleapis.com') !==false){wp_dequeue_style($handle)}}},100);