diff --git a/wp-content/themes/twentytwelve/functions.php b/wp-content/themes/twentytwelve/functions.php index 2a31155990..53f6997104 100644 --- a/wp-content/themes/twentytwelve/functions.php +++ b/wp-content/themes/twentytwelve/functions.php @@ -165,7 +165,7 @@ function twentytwelve_get_font_url() { } $query_args = array( - 'family' => urlencode( 'Open+Sans:400italic,700italic,400,700' ), + 'family' => urlencode( 'Open Sans:400italic,700italic,400,700' ), 'subset' => urlencode( $subsets ), 'display' => urlencode( 'fallback' ), ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 2cdfe9340d..ecd87a31a1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45524'; +$wp_version = '5.3-alpha-45525'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.