Hi,
Since those fonts are not in the default Google Fonts, you will need to add the CSS in the Custom CSS box from the General theme options.
Add this first:
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
That will import the font, but we still need to enable it for your site. Now, add this below it:
body, h6, #sidebar .widget-heading h3, #header-search input, .header-items h3.phone-number, .related-wrap h4, #comments-list > h4, .item-heading h1, .sf-button, button, input[type="submit"], input[type="reset"], input[type="button"], input[type="email"], .wpb_accordion_section h3, #header-login input, #mobile-navigation > div, .search-form input { font-family:"Din Text Pro Regular", Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal; }h1, h2, h3, h4, h5, .heading-font, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, .wpb_call_text, .impact-text, .testimonial-text, .header-advert, .wpb_call_text, .impact-text { font-family:"Din Text Pro Regular", Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal; }nav .menu li {
font-family:"Nanum Gothic", sans-serif !important;
}
Regards,
————————————————————————————————————
Cosmin
Support Assistant