• Resolved nguwusic

    (@nguwusic)


    Hello,

    I’m translating my website in chinese but notice that the font is not really suitable (especially spacing).
    So I tried to add this css line :

    /* Chinese font size */
    body.translatepress-zh_CN{
    letter-spacing : 1px;
    }

    But it doesn’t apply to my page.

    Thanks for your help !

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Anghel Emanuel

    (@anghelemanuel99)

    Hello there,

    Thank you for letting us know about your problem!

    I tried your code and it seems to miss the !important.

    The correct code is this:

    /* Chinese font size */
    body.translatepress-zh_CN{
    letter-spacing : 1px !important;
    }

    I tried it and it works.

    Please let me know about this!

    Kind Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Chinese font and character’ is closed to new replies.