Make WordPress Core


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

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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.