New Landing How can we help? Themeforest Theme Support Neighborhood Add googlefont : Early Access Reply To: Add googlefont : Early Access

#47299
a040005
Member
Post count: 48

Thank you for the tutorial. It doesn’t work, though.
I want to use each font that depending on the character on every page of my site.
‘Open Sans’ font for English characters and ‘Nanum Gothic’ for Korean characters.

So I added the import code of ‘Nanum Gothic’ into custom.css field like below
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

and next, I applied code like below.

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:"Open Sans","Nanum gothic" !important;}

I saw this code from Flexform forum => http://support.swiftideas.net/forums/topic/google-font-earlyaccess/

But, It didn’t work as it should. Korean Characters seems that doesn’t effected by those codes.
English characters appear in the ‘Open Sans’ font as well.

I need your help. Even I don’t know whether the code is right for neighborhood theme or not.
Please let me know how to implement it.