Hi there I tried to add this code to functions.php , but didnt work.:/
function wpb_add_google_fonts() {
wp_enqueue_style( ‘wpb-google-fonts’, ‘http://fonts.googleapis.com/css?family=Cormorant+Infant&subset=latin-ext’, false );
}
add_action( ‘wp_enqueue_scripts’, ‘wpb_add_google_fonts’ );
Could you help me please how can I add this font into the theme …Classico?
Many thanks,
Iva