Ticket #25946: 25946.13.diff
File 25946.13.diff, 586 bytes (added by , 12 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/functions.php
266 266 * @return void 267 267 */ 268 268 function twentyfourteen_admin_fonts() { 269 wp_enqueue_style( 'twentyfourteen-lato' );269 wp_enqueue_style( 'twentyfourteen-lato', twentyfourteen_font_url(), array(), null ); 270 270 } 271 271 add_action( 'admin_print_scripts-appearance_page_custom-header', 'twentyfourteen_admin_fonts' ); 272 272