Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Remove /etc/fonts/conf.d/85-wqy-bitmapsong.conf https://bugzilla.redhat.com/show_bug.cgi?id=381311 ------- Additional Comments From [EMAIL PROTECTED] 2007-11-23 14:35 EST ------- (In reply to comment #2) > 2. Due to longstanding fontconfig deficiencies you can not change font > settings > just for chinese users, or just for the CJK blocks within your font. Nicolas, this is not true. For Pango (and by extension Firefox) you can. I've posted this before to the fontconfig list. For example: <match> <test name="lang" compare="contains"> <string>zh-cn</string> </test> <edit name="family" mode="prepend" binding="same"> <string>Whatever</string> </edit> </match> Works. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-fonts-bugs-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
