Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 -
- 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 1 reply, has 2 voices.

Last updated by Long Nguyen 11 months, 2 weeks ago.

Assisted by: Long Nguyen.

Author Posts
June 7, 2024 at 1:28 am #15713593

stevenc-14

Background of the issue:
I am trying to change my Chinese font on a site under development using the Pixel Essentials theme. I want to use the Noto Sans TC font from Google Fonts.

Symptoms:
No specific issue or error message mentioned.

Questions:
How can I change my Chinese font to Noto Sans TC using WPML?

June 7, 2024 at 3:53 am #15713681

Long Nguyen
WPML Supporter since 02/2022

Languages: English (English )

Timezone: Asia/Ho_Chi_Minh (GMT+07:00)

Hi Steven,

Thank you for contacting WPML support, I’m happy to help you with this issue.

Do you want to use a different font for the content in Chinese language? If yes, I suggest you use the WordPress editor to have different page content and settings per language.
Refer documentation https://wpml.org/documentation/translating-your-contents/using-different-translation-editors-for-different-pages/

Or you can use a custom CSS code to apply the font family to the content in the Chinese language only. For example:

html[lang="zh-hant"] body p {
    font-family: Noto_Sans !important;
}

Note: this is a custom code and it is out of the scope of WPML.
If you are not able to accomplish this, I would recommend you contact one of our certified partners who will be more than happy to help you with this. In this link, you will find a list of our certified partners: https://wpml.org/contractors/

Looking forward to your reply.
Thanks

The topic ‘[Closed] chinese fonts choices’ is closed to new replies.