• Closed
  • Justin Yang
    Spectator
    October 4, 2016 at 2:15 pm #30538

    Hi there,
    It’s make me crazy….

    As you can see image, font definition is different some part.
    image : http://philobiz.kr/font.png

    ** I’m using evolve-plus , and google font plug-in.

    *** Problem is
    Chrome is almost fine. But some part of IE & Firefox is not applied.
    – Post Title & summary on category list page ( http://philobiz.kr/category/portfolio/ )
    – Copyright
    – other some page.

    **** HOW CAN I USE ONLY ONE FONT “NANUMGOTHIC” ?
    I have tried ‘custom font’ which evolve+ provied. Unfortunately its also not working.

    please please help me.

    Many thanks.

    Justin

    Denzel Chia
    Moderator
    Posts: 2656
    October 5, 2016 at 9:10 am #30548

    Hi,

    On this page.
    http://philobiz.kr/category/portfolio/

    The footer copyright text is already using the font-family: ”Nanum Gothic”,”NanumGothic” !important

    Please tell me which element you need help in getting it to show in ”Nanum Gothic”,”NanumGothic”

    Thank you.

    Justin Yang
    Spectator
    Posts: 1
    October 6, 2016 at 8:26 am #30560

    Hi Denzel,
    Thanks for your reply.
    But, I’m still having a problem.

    1) On this page. http://philobiz.kr/category/portfolio/
    [ font-family: ”Nanum Gothic”,”NanumGothic” !important ] is not working.

    2) please have look [ http://philobiz.kr/font.png ]
    Browser ploblem too.

    3) I would like to use only one font “Nanum Gothic” on whole site.

    Please help me.

    Many Thanks.

    Justin

    Denzel Chia
    Moderator
    Posts: 2656
    October 6, 2016 at 10:41 am #30564

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .entry-title a, .entry-meta a, .entry-meta a span {
    font-family: ”Nanum Gothic”,”NanumGothic” !important;
    }
    .published.updated {
    font-family: ”Nanum Gothic”,”NanumGothic” !important;
    }
    .author.vcard {
    font-family: ”Nanum Gothic”,”NanumGothic” !important;
    }

    If there is any more element that you need to apply the font, Please tell me the location of the element by using arrow as annotation in your screenshot. I cannot spot any difference in your screenshot.

    Thank you.