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
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
Thank you for the quick response. The code works. I had to refresh the browser ~10 times for it to show up.