Editor: Update the Google Fonts font collection URL to the latest version for 6.5.
Props mmaattiiaass. Fixes #60819. Built from https://develop.svn.wordpress.org/trunk@57871 git-svn-id: http://core.svn.wordpress.org/trunk@57372 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8b9dfff929
commit
807916dd1e
|
@ -262,7 +262,7 @@ function _wp_register_default_font_collections() {
|
|||
array(
|
||||
'name' => _x( 'Google Fonts', 'font collection name' ),
|
||||
'description' => __( 'Install from Google Fonts. Fonts are copied to and served from your site.' ),
|
||||
'font_families' => 'https://s.w.org/images/fonts/17.7/collections/google-fonts-with-preview.json',
|
||||
'font_families' => 'https://s.w.org/images/fonts/wp-6.5/collections/google-fonts-with-preview.json',
|
||||
'categories' => array(
|
||||
array(
|
||||
'name' => _x( 'Sans Serif', 'font category' ),
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-57870';
|
||||
$wp_version = '6.6-alpha-57871';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue