This topic has 1 reply, 2 voices, and was last updated 9 years by Andrei.

  • Author
  • #44909
     patrick386
    Participant

    Hi,
    font issue didn’t solve.
    We want to apply “Nanumgothic” all pages of the theme.
    But it seems like it applied font “Batangche”.
    Attached captured image hopefully will help you.
    please check this out and correct?

    @import url(“http://fonts.googleapis.com/earlyaccess/nanumgothic.css” ) ;
    (“NanumGothic” provided from Google)

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #45123
     Andrei
    Moderator

    Unfortunately, that kind of google font is a beta version, loaded in a different way from the ones from our list.
    We will take into consideration of including compatibility with this kind of fonts in one of our future updates.

    Until then, you could try to add the following piece of code under “Theme Options>General>Quick Css”

    COPY CODE
    
    @import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css" ) ;
    * { font-family: 'Nanum Gothic', serif; } 
    

    Please take care that this rule will change the font for all elements in page.
    Also from “Theme Options>Fonts” you should select a “Standard” font for all sections, in this way you won’t load any additional google fonts which you won’t use.

    Let me know if this solution worked for you, for the moment it’s the only one.

    Looking forward.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?