예제 #1
0
파일: functions.php 프로젝트: peisheng/wp
/**
 * Enqueue Google fonts style to admin screen for custom header display.
 */
function create_admin_fonts()
{
    wp_enqueue_style('create-font', create_fonts_url(), array(), '1.0.0');
}
예제 #2
0
function create_gfonts()
{
    wp_enqueue_style('create-fonts', create_fonts_url(), array(), null);
}