Make WordPress Core

Changeset 25789


Ignore:
Timestamp:
10/15/2013 04:46:44 PM (11 years ago)
Author:
lancewillett
Message:

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

Location:
trunk/src/wp-content/themes/twentythirteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r25746 r25789  
    177177    wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '2013-07-18', true );
    178178
    179     // Add Open Sans and Bitter fonts, used in the main stylesheet.
     179    // Add Source Sans Pro and Bitter fonts, used in the main stylesheet.
    180180    wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null );
    181181
  • trunk/src/wp-content/themes/twentythirteen/inc/custom-header.php

    r25746 r25789  
    7373 */
    7474function twentythirteen_custom_header_fonts() {
    75     // Add Open Sans and Bitter fonts.
     75    // Add Source Sans Pro and Bitter fonts.
    7676    wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null );
    7777
Note: See TracChangeset for help on using the changeset viewer.