Twenty Thirteen: use correct font name in comment docs, props tenpura. Fixes #25593.

Built from https://develop.svn.wordpress.org/trunk@25789


git-svn-id: http://core.svn.wordpress.org/trunk@25701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-10-15 16:47:09 +00:00
parent 590b6831dc
commit 9001d030f3
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ function twentythirteen_scripts_styles() {
// Loads JavaScript file with functionality specific to Twenty Thirteen.
wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '2013-07-18', true );
// Add Open Sans and Bitter fonts, used in the main stylesheet.
// Add Source Sans Pro and Bitter fonts, used in the main stylesheet.
wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null );
// Add Genericons font, used in the main stylesheet.

View File

@ -72,7 +72,7 @@ add_action( 'after_setup_theme', 'twentythirteen_custom_header_setup', 11 );
* @return void
*/
function twentythirteen_custom_header_fonts() {
// Add Open Sans and Bitter fonts.
// Add Source Sans Pro and Bitter fonts.
wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null );
// Add Genericons font.