Forum Replies Created
-
in reply to: About Chinese web fonts integration
It’s been couple of days for asking,but still no solution.Is there still support member looking on this?
in reply to: About Chinese web fonts integrationHi,I tried this few days ago.It shows up in list but still shows the default font.I don’t have any content for now,so can you help me just add some Chinese fonts into the theme then send it to me?
What kind of information you need which for the integration?Font file or some web fonts code?I want use web fonts more because local Chinese font is too large to load.
Best
in reply to: About Chinese web fonts integrationIt seems the paste messed up.Here is the clean one.
How to use 1:(Sync)
Step1:Call JS
Please paste these codes to <Head> label.
<script type=”text/javascript” src=”https://api.youziku.com/webfont/FastJS/yzk_6733846365BD243C”></script>
Step2:Set Label
Please add these codes to just front of the </body> label.
<script type=”text/javascript”>
$youziku.load(“#id1”, “5ebffbe3e2db46df93a56134211c618c”, “jdzhonyuanjian”);
/*$youziku.load(“#id2”, “5ebffbe3e2db46df93a56134211c618c”, “jdzhonyuanjian”);*/
/*$youziku.load(“.class1”, “5ebffbe3e2db46df93a56134211c618c”, “jdzhonyuanjian”);*/
/*$youziku.load(“.class2”, “5ebffbe3e2db46df93a56134211c618c”, “jdzhonyuanjian”);*/
/*...*/
$youziku.draw();
</script>