Make WordPress Core


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.

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