Description of problem: All of detailed information is available on my post at the fonts list: http://lists.fedoraproject.org/pipermail/fonts/2010-March/001117.html binding="same" in the fontconfig config file prevents to apply the rule for the specific language only properly. As a result, fonts is used for non-targetted languages and it may gives different look and feel in some cases. I'd propose to get rid of binding="same" from: 65-1-vlgothic-gothic.conf 65-0-vlgothic-pgothic.conf
Fixed in vlgothic-fonts-20100416-1.fc13.
vlgothic-fonts-20100416-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/vlgothic-fonts-20100416-1.fc13
vlgothic-fonts-20100416-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update vlgothic-fonts'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/vlgothic-fonts-20100416-1.fc13
*** Bug 576175 has been marked as a duplicate of this bug. ***
Testing result: # rpm -qa vlgothic-* vlgothic-p-fonts-20100416-1.fc13.noarch vlgothic-fonts-20100416-1.fc13.noarch vlgothic-fonts-common-20100416-1.fc13.noarch # fc-match monospace:lang=en DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book" # fc-match monospace:lang=en-us DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book" # fc-match monospace:lang=ja VL-Gothic-Regular.ttf: "VL Gothic" "regular" # fc-match monospace:lang=ja-jp VL-Gothic-Regular.ttf: "VL Gothic" "regular" That looks good. # fc-match sans:lang=en DejaVuSans.ttf: "DejaVu Sans" "Book" # fc-match sans:lang=en-us DejaVuSans.ttf: "DejaVu Sans" "Book" # fc-match sans:lang=ja VL-PGothic-Regular.ttf: "VL PGothic" "regular" # fc-match sans:lang=ja-jp VL-PGothic-Regular.ttf: "VL PGothic" "regular" That looks good. # fc-match serif:lang=en DejaVuSerif.ttf: "DejaVu Serif" "Book" # fc-match serif:lang=en-us DejaVuSerif.ttf: "DejaVu Serif" "Book" # fc-match serif:lang=ja sazanami-mincho.ttf: "Sazanami Mincho" "Regular" # fc-match serif:lang=ja-jp sazanami-mincho.ttf: "Sazanami Mincho" "Regular" No explicit rules for serif in vlgothic-fonts. # for i in $(ls /usr/share/locale|grep -v -E "^(ja)$"); do fc-match sans:lang=$i|grep -E "^(VL.*)$"; [ $? = 0 ] && echo $i; done # No affects to other languages though, that may be good to get rid of compare="contains" since it matches to other languages unexpectedly.
vlgothic-fonts-20100416-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.