Can I add other Google Webfont to "Ignite" theme?

Hi all, my website language is in Chinese, so there is lack of font option from "Ignite". I wish to use a Chinese language Google Webfont for my website, is there an easy way to do it? I don't have programming knowledge.
Thanks ahead for helping!
2 comments
Hi @brian_tdcma ,
To add a custom font to any shop, regardless of the theme you'll need to make certain modifications to your CSS.
If you want to try this yourself you can do the following:
Navigate to Design / Advanced / Customize CSS and set up your code as follows:
@import url('https://fonts.googleapis.com/css2?family=Ballet&display=swap');
body {
font-family: 'Ballet', cursive;
}
The URL needs to be replaced with the font's URL. Also, the font family needs to match the font that you will be importing. If you are using Google Fonts, you can enable the @import option:
If you are using Google Font's, point me to the font family you want to use and I can try to implement it for you.
Geanny
Here is the link, hope it helps: https://fonts.google.com/specimen/Noto+Serif+TC?preview.text=%E4%BB%96%E5%80%91%E6%89%80%E6%9C%89%E7%9A%84%E8%A8%AD%E5%82%99%E5%92%8C%E5%84%80%E5%99%A8%E5%BD%B7%E5%BD%BF%E9%83%BD%E6%98%AF%E6%9C%89%E7%94%9F%E5%91%BD%E7%9A%84%E3%80%82&preview.text_type=custom#standard-styles