Hey Kathy,
Yes, in the font-mappings for each logical font (Sans, Serif, and monospace)
I have Chinese defined and that works great:
<physical-font char-set="Simplified Chinese">
<font-face>AdobeSongStd-Light</font-face>
</physical-font>
But it doesn't cover numbers and punctuation which are falling under default and not Simplified Chinese
<physical-font char-set="default">
<font-face>Helvetica, Arial Unicode MS</font-face>
</physical-font>
If I force default to use Adobe Song, Chinese is perfect. However, that messes up the rest of my translations. I was hoping to find a way to conditionalize it based on language.
I guess worst case scenario, I'll just have to create a separate plugin for Chinese with this single change and try to keep everything else in sync. I was hoping to avoid that scenario.