diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php
index 6d510192fc..dc5e5382b3 100644
--- a/wp-includes/script-loader.php
+++ b/wp-includes/script-loader.php
@@ -1994,7 +1994,7 @@ function wp_default_styles( &$styles ) {
 	 * to load that is supported by your language. Do not translate.
 	 * Set to 'off' to disable loading.
 	 */
-	$font_family = _x( 'Noto Serif:400,400i,700,700i', 'Google Font Name and Variants' );
+	$font_family = __( 'Noto Serif:400,400i,700,700i' );
 	if ( 'off' !== $font_family ) {
 		$fonts_url = 'https://fonts.googleapis.com/css?family=' . urlencode( $font_family );
 	}
