Make WordPress Core


Ignore:
Timestamp:
09/19/2013 06:04:57 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: more Genericons fixes, merging exact files with latest Genericons 3.0 files for consistency and future ease of merging. Props obenland and georgestephanis, fixes #25085.

File:
1 edited

Legend:

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

    r25417 r25506  
    207207
    208208    // Add Genericons font, used in the main stylesheet.
    209     wp_enqueue_style( 'twentyfourteen-genericons', get_template_directory_uri() . '/fonts/genericons.css', array(), '2.09' );
     209    wp_enqueue_style( 'genericons', get_template_directory_uri() . '/fonts/genericons.css', array(), '3.0' );
    210210
    211211    // Loads our main stylesheet.
Note: See TracChangeset for help on using the changeset viewer.