Make WordPress Core

Ticket #25946: 25946.13.diff

File 25946.13.diff, 586 bytes (added by kovshenin, 12 years ago)
  • src/wp-content/themes/twentyfourteen/functions.php

     
    266266 * @return void
    267267 */
    268268function twentyfourteen_admin_fonts() {
    269         wp_enqueue_style( 'twentyfourteen-lato' );
     269        wp_enqueue_style( 'twentyfourteen-lato', twentyfourteen_font_url(), array(), null );
    270270}
    271271add_action( 'admin_print_scripts-appearance_page_custom-header', 'twentyfourteen_admin_fonts' );
    272272