Ticket #25946: 25946.11.diff
File 25946.11.diff, 778 bytes (added by , 12 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/functions.php
225 225 wp_enqueue_style( 'twentyfourteen-lato', twentyfourteen_font_url(), array(), null ); 226 226 227 227 // Add Genericons font, used in the main stylesheet. 228 wp_enqueue_style( ' genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.2' );228 wp_enqueue_style( 'twentyfourteen-genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.2' ); 229 229 230 230 // Load our main stylesheet. 231 231 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri() );