Ticket #25391: 25391.functions.php.diff
File 25391.functions.php.diff, 1.2 KB (added by , 11 years ago) |
---|
-
wp-content/themes/twentythirteen/functions.php
74 74 * This theme styles the visual editor to resemble the theme style, 75 75 * specifically font, colors, icons, and column width. 76 76 */ 77 add_editor_style( array( 'css/editor-style.css', ' fonts/genericons.css', twentythirteen_fonts_url() ) );77 add_editor_style( array( 'css/editor-style.css', 'genericons/genericons.css', twentythirteen_fonts_url() ) ); 78 78 79 79 // Adds RSS feed links to <head> for posts and comments. 80 80 add_theme_support( 'automatic-feed-links' ); … … 178 178 wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null ); 179 179 180 180 // Add Genericons font, used in the main stylesheet. 181 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/ fonts/genericons.css', array(), '2.09' );181 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.3' ); 182 182 183 183 // Loads our main stylesheet. 184 184 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '2013-07-18' );