diff --git a/lib/experimental/fonts/font-library/font-library.php b/lib/experimental/fonts/font-library/font-library.php index a6a324b17731c..e9744da5958f4 100644 --- a/lib/experimental/fonts/font-library/font-library.php +++ b/lib/experimental/fonts/font-library/font-library.php @@ -136,8 +136,7 @@ function wp_unregister_font_collection( $collection_id ) { 'slug' => 'default-font-collection', 'name' => 'Google Fonts', 'description' => __( 'Add from Google Fonts. Fonts are copied to and served from your site.', 'gutenberg' ), - // TODO: This URL needs to be updated to the wporg hosted one prior to the Gutenberg 17.6 release. - 'src' => 'https://raw.githubusercontent.com/WordPress/google-fonts-to-wordpress-collection/main/releases/gutenberg-17.6/collections/google-fonts.json', + 'src' => 'https://s.w.org/images/fonts/17.6/collections/google-fonts-with-preview.json', ); wp_register_font_collection( $default_font_collection );