Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author James Collins

    (@jamescollins)

    Hi marikots,

    I can see that the Typekit font itself is loading correctly on your site, however the CSS rule you have added isn’t specific/important enough to override the font-family rules that your theme outputs.

    You’ll need to use some CSS selectors that are more specific so that they override your theme.

    Good luck!

    James

    Thread Starter marikots

    (@marikots)

    Hi James,

    Thank you for your reply. I tried the following css but no luck. Could show me some sample css that I can try?
    Thanks a lot. Mariko.

    body{
    font-family: “heisei-mincho-std”, sans-serif;
    font-style: normal;
    font-weight: 300;
    }

    h2 {
    font-family: “heisei-mincho-std” !important;
    font-style: normal !important;
    font-weight: 300 !important;
    }

    #sidebar h2 {
    font-family: “heisei-mincho-std” !important;
    font-style: normal !important;
    font-weight: 300 !important;
    }

    Plugin Author James Collins

    (@jamescollins)

    Hi marikots,

    Unfortunately I’m not able to provide assistance on how to write CSS rules.

    I’d recommend hiring a web developer to complete the change for you.

    James

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Japanese font does not show up’ is closed to new replies.