Change non english font in meditation theme

i try search thie forum. but i cant solve.
i need your help.
how to change Change non english font in meditation theme?
using google font.
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

You would need to do you include that you have above, at the top of the main.scss file, and then put Nanum Myeongjo in the front of the font stack definition:

Then you will need to recompile the scss into the css with something like:

scss scss:css

Assuming you have installed the standard scss compiler.

thanks you very much! problem solved!! :slight_smile: