Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #531824

    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!

    • This topic was modified 9 years ago by selic.
    #532327

    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

    #532330

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.