From 146e6e6b8a5d5ca8e7d312f4b5bee4ea3af98893 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Tue, 28 Feb 2012 05:19:50 +0000 Subject: [PATCH] Twenty Twelve: correctly enqueue the fonts CSS file, see #19978. git-svn-id: http://svn.automattic.com/wordpress/trunk@20009 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/header.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentytwelve/header.php b/wp-content/themes/twentytwelve/header.php index 9035249be..82479d0a4 100644 --- a/wp-content/themes/twentytwelve/header.php +++ b/wp-content/themes/twentytwelve/header.php @@ -17,9 +17,6 @@ - - - @@ -27,6 +24,8 @@ if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); +wp_enqueue_style( 'fonts', 'http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700' ); + wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri() ); ?>