Twenty Thirteen: use correct font name in comment docs, props tenpura. Fixes #25593.
git-svn-id: https://develop.svn.wordpress.org/trunk@25789 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6e1c7ec0bc
commit
58ad40a695
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user