$font_family, 'font-weight' => '100 900', 'font-style' => 'normal', 'font-display' => 'fallback', 'provider' => 'jetpack-google-fonts', ), array( 'font-family' => $font_family, 'font-weight' => '100 900', 'font-style' => 'italic', 'font-display' => 'fallback', 'provider' => 'jetpack-google-fonts', ), ) ); } } add_action( 'after_setup_theme', 'jetpack_add_google_fonts_provider' ); add_filter( 'wp_resource_hints', '\Automattic\Jetpack\Fonts\Utils::font_source_resource_hint', 10, 2 ); add_filter( 'pre_render_block', '\Automattic\Jetpack\Fonts\Introspectors\Blocks::enqueue_block_fonts', 10, 2 ); add_action( 'init', '\Automattic\Jetpack\Fonts\Introspectors\Global_Styles::enqueue_global_styles_fonts' );