Make WordPress Core

Changeset 28693


Ignore:
Timestamp:
06/06/2014 06:21:42 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: update to Genericons 3.0.3. Props celloexpressions, lancewillett. Closes #25391.

Location:
trunk/src/wp-content/themes/twentythirteen
Files:
12 added
1 deleted
2 edited

Legend:

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

    r28250 r28693  
    7373     * specifically font, colors, icons, and column width.
    7474     */
    75     add_editor_style( array( 'css/editor-style.css', 'fonts/genericons.css', twentythirteen_fonts_url() ) );
     75    add_editor_style( array( 'css/editor-style.css', 'genericons/genericons.css', twentythirteen_fonts_url() ) );
    7676
    7777    // Adds RSS feed links to <head> for posts and comments.
     
    177177
    178178    // Add Genericons font, used in the main stylesheet.
    179     wp_enqueue_style( 'genericons', get_template_directory_uri() . '/fonts/genericons.css', array(), '2.09' );
     179    wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.03' );
    180180
    181181    // Loads our main stylesheet.
  • trunk/src/wp-content/themes/twentythirteen/inc/custom-header.php

    r27598 r28693  
    7373
    7474    // Add Genericons font.
    75     wp_enqueue_style( 'genericons', get_template_directory_uri() . '/fonts/genericons.css', array(), '2.09' );
     75    wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.03' );
    7676}
    7777add_action( 'admin_print_styles-appearance_page_custom-header', 'twentythirteen_custom_header_fonts' );
Note: See TracChangeset for help on using the changeset viewer.