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

    Hello,

    I am running Enfold with WPML. I have an English and a Korean site. Is it possible to change the font for the Korean site? I don’t see any Korean fonts listed in the Enfold options

    #267524

    Hi B!

    There are a some Korean fonts in the Google Fonts Library, try adding this to the Quick CSS of the Korean site:

    @import url(https://fonts.googleapis.com/earlyaccess/hanna.css);
    body{
      font-family: 'Hanna' !important;
    }

    For more fonts:
    http://www.google.com/fonts/earlyaccess

    Regards,
    Josue

    #269023

    Thank you for the quick response. The code works. I had to refresh the browser ~10 times for it to show up.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change font of Non-English language’ is closed to new replies.