archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / adobe-source-han-sans-fonts / trunk / 44-source-han-sans-hk.conf
blob7adf36dcc227473829a829a38fe8bdd964056473
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
3 <fontconfig>
4 <!--
5 - Medium variant is used instead of Regular on Qt apps:
6 https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
7 - Medium and Bold looks the same in certain applications:
8 https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373
9 -->
10 <match target="scan">
11 <test name="fullname" compare="eq">
12 <string>Source Han Sans HK Medium</string>
13 </test>
14 <edit name="weight" mode="assign">
15 <const>demibold</const>
16 </edit>
17 </match>
18 </fontconfig>