Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 CN Medium</string> |
| 13 | </test> |
| 14 | <edit name="weight" mode="assign"> |
| 15 | <const>demibold</const> |
| 16 | </edit> |
| 17 | </match> |
| 18 | </fontconfig> |
| 19 | |