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