diff --git a/src/wp-content/themes/twentytwelve/functions.php b/src/wp-content/themes/twentytwelve/functions.php index 2a31155990..53f6997104 100644 --- a/src/wp-content/themes/twentytwelve/functions.php +++ b/src/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' ), );