2023-03-24 19:36:54 +01:00
|
|
|
<?xml version='1.0'?>
|
|
|
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
|
|
|
<fontconfig>
|
|
|
|
<match target="font">
|
2023-03-26 15:20:52 +02:00
|
|
|
<test name="family" compare="contains">
|
2023-03-24 19:36:54 +01:00
|
|
|
<string>Song</string>
|
|
|
|
</test>
|
|
|
|
<!-- check to see if the font is just regular -->
|
2023-03-26 15:20:52 +02:00
|
|
|
<test name="weight" compare="less_eq">
|
2023-03-24 19:36:54 +01:00
|
|
|
<int>100</int>
|
|
|
|
</test>
|
2023-03-26 15:20:52 +02:00
|
|
|
<test target="pattern" compare="more_eq" name="weight">
|
2023-03-24 19:36:54 +01:00
|
|
|
<int>180</int>
|
|
|
|
</test>
|
|
|
|
<edit mode="assign" name="embolden">
|
|
|
|
<bool>true</bool>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
<match target="font">
|
2023-03-26 15:20:52 +02:00
|
|
|
<test name="family" compare="contains">
|
2023-03-24 19:36:54 +01:00
|
|
|
<string>Sun</string>
|
|
|
|
</test>
|
|
|
|
<!-- check to see if the font is just regular -->
|
2023-03-26 15:20:52 +02:00
|
|
|
<test name="weight" compare="less_eq">
|
2023-03-24 19:36:54 +01:00
|
|
|
<int>100</int>
|
|
|
|
</test>
|
2023-03-26 15:20:52 +02:00
|
|
|
<test target="pattern" compare="more_eq" name="weight">
|
2023-03-24 19:36:54 +01:00
|
|
|
<int>180</int>
|
|
|
|
</test>
|
|
|
|
<edit mode="assign" name="embolden">
|
|
|
|
<bool>true</bool>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
<match target="font">
|
2023-03-26 15:20:52 +02:00
|
|
|
<test name="family" compare="contains">
|
2023-03-24 19:36:54 +01:00
|
|
|
<string>Kai</string>
|
|
|
|
</test>
|
|
|
|
<!-- check to see if the font is just regular -->
|
2023-03-26 15:20:52 +02:00
|
|
|
<test name="weight" compare="less_eq">
|
2023-03-24 19:36:54 +01:00
|
|
|
<int>100</int>
|
|
|
|
</test>
|
2023-03-26 15:20:52 +02:00
|
|
|
<test target="pattern" compare="more_eq" name="weight">
|
2023-03-24 19:36:54 +01:00
|
|
|
<int>180</int>
|
|
|
|
</test>
|
|
|
|
<edit mode="assign" name="embolden">
|
|
|
|
<bool>true</bool>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
<match target="font">
|
2023-03-26 15:20:52 +02:00
|
|
|
<test name="family" compare="contains">
|
2023-03-24 19:36:54 +01:00
|
|
|
<string>Ming</string>
|
|
|
|
</test>
|
|
|
|
<!-- check to see if the font is just regular -->
|
2023-03-26 15:20:52 +02:00
|
|
|
<test name="weight" compare="less_eq">
|
2023-03-24 19:36:54 +01:00
|
|
|
<int>100</int>
|
|
|
|
</test>
|
2023-03-26 15:20:52 +02:00
|
|
|
<test target="pattern" compare="more_eq" name="weight">
|
2023-03-24 19:36:54 +01:00
|
|
|
<int>180</int>
|
|
|
|
</test>
|
|
|
|
<edit mode="assign" name="embolden">
|
|
|
|
<bool>true</bool>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
</fontconfig>
|