Skip to content

Commit

Permalink
use the wporg cdn (#54795)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto authored and mikachan committed Sep 26, 2023
1 parent f6e90a7 commit e11e85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experimental/fonts/font-library/font-library.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function wp_register_font_collection( $config ) {
'id' => 'default-font-collection',
'name' => 'Google Fonts',
'description' => __( 'Add from Google Fonts. Fonts are copied to and served from your site.', 'gutenberg' ),
'src' => 'https://raw.githubusercontent.com/WordPress/google-fonts-to-wordpress-collection/main/output/google-fonts-with-previews.json',
'src' => 'https://s.w.org/images/fonts/16.7/collections/google-fonts-with-preview.json',
);

wp_register_font_collection( $default_font_collection );

0 comments on commit e11e85e

Please sign in to comment.