Hi, I want to use a custom Chinese fonts. How can I import and apply it to the Store Typography?
.noto-sans-sc-
font-family: “Noto Sans SC”, sans-serif;
font-optical-sizing: auto;
font-weight:
font-style: normal;
}
This topic has 6 replies, 3 voices, and was last updated 2 weeks, 2 days ago ago by Luca Rossi
Hi, I want to use a custom Chinese fonts. How can I import and apply it to the Store Typography?
.noto-sans-sc-
font-family: “Noto Sans SC”, sans-serif;
font-optical-sizing: auto;
font-weight:
font-style: normal;
}
Hello,
Thank you for reaching out to us.
You can find detailed instructions on how to set up custom fonts with the XStore theme by visiting the following link:
https://www.8theme.com/documentation/xstore/xstore-features/how-to-setup-custom-fonts-with-xstore/
If you have any further questions or need additional assistance, please don’t hesitate to contact us.
Best regards,
8Theme’s Team
I have tired to upload the Chinese fonts there and selected it , but it’s nothing to change. I have no idea.
Meanwhile, the font file size is maximum 7MB, how I can extend it to larger?
I have already copy code below to the .htaccess
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 300
php_value max_input_time 300
And
@ini_set( ‘upload_max_size’ , ’64M’ );
@ini_set( ‘post_max_size’, ’64M’);
@ini_set( ‘max_execution_time’, ‘300’ );
to my functions.php file
But still cannot
Dear @Jack Lee,
Thank you for reaching out.
In this case, the hosting provider restricts users from modifying the PHP values directly.
We kindly recommend contacting your hosting provider to request the necessary changes to the PHP settings.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up