admin_url( 'admin-ajax.php' ) ) ); wp_enqueue_style('blogus-admin-style-css', get_template_directory_uri() . '/css/customizer-controls.css'); } endif; add_action( 'admin_enqueue_scripts', 'blogus_admin_scripts' ); //Custom Typography Enable function enable_custom_typography() { $enable_custom_typography = get_theme_mod('enable_custom_typography',false); if( $enable_custom_typography == 'true') { custom_typography_function(); } } add_action('wp_footer','enable_custom_typography'); ?>