But i don’t!!!
I wish Nanum Gothic (Korean)!
ex ) @import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
I read this topic!
https://kriesi.at/support/topic/google-font-error-2/
but i don’t work!
Hi selic,
I can’t see that CSS file imported on your page, what file did you use to import it? Please use Quick CSS under Enfold–>General Styling.
Thanks,
Rikard
Hi selic!
Thank you for using Enfold.
Sorry for the delay. Add this in the functions.php file:
function google_fonts_nanum() {
wp_enqueue_style( 'google_fonts_nanum', 'http://fonts.googleapis.com/earlyaccess/nanumgothic.css', false);
}
add_action('wp_enqueue_scripts', 'google_fonts_nanum', 10);
In order to use the font, use something like this in the Quick CSS field:
body, body p {
font-family: 'Nanum Gothic', sans-serif;
}
Regards,
Ismael