2023-03-24 19:36:54 +01:00
|
|
|
<?xml version='1.0'?>
|
|
|
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
|
|
|
<fontconfig>
|
|
|
|
<match target="font">
|
2023-03-25 10:31:16 +01:00
|
|
|
<test compare="contains" name="family">
|
2023-03-24 19:36:54 +01:00
|
|
|
<string>Song</string>
|
|
|
|
</test>
|
|
|
|
<!-- check to see if the font is just regular -->
|
2023-03-25 10:31:16 +01:00
|
|
|
<test compare="less_eq" name="weight">
|
2023-03-24 19:36:54 +01:00
|
|
|
<int>100</int>
|
|
|
|
</test>
|
2023-03-25 10:31:16 +01:00
|
|
|
<test compare="more_eq" name="weight" target="pattern">
|
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-25 10:31:16 +01:00
|
|
|
<test compare="contains" name="family">
|
2023-03-24 19:36:54 +01:00
|
|
|
<string>Sun</string>
|
|
|
|
</test>
|
|
|
|
<!-- check to see if the font is just regular -->
|
2023-03-25 10:31:16 +01:00
|
|
|
<test compare="less_eq" name="weight">
|
2023-03-24 19:36:54 +01:00
|
|
|
<int>100</int>
|
|
|
|
</test>
|
2023-03-25 10:31:16 +01:00
|
|
|
<test compare="more_eq" name="weight" target="pattern">
|
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-25 10:31:16 +01:00
|
|
|
<test compare="contains" name="family">
|
2023-03-24 19:36:54 +01:00
|
|
|
<string>Kai</string>
|
|
|
|
</test>
|
|
|
|
<!-- check to see if the font is just regular -->
|
2023-03-25 10:31:16 +01:00
|
|
|
<test compare="less_eq" name="weight">
|
2023-03-24 19:36:54 +01:00
|
|
|
<int>100</int>
|
|
|
|
</test>
|
2023-03-25 10:31:16 +01:00
|
|
|
<test compare="more_eq" name="weight" target="pattern">
|
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-25 10:31:16 +01:00
|
|
|
<test compare="contains" name="family">
|
2023-03-24 19:36:54 +01:00
|
|
|
<string>Ming</string>
|
|
|
|
</test>
|
|
|
|
<!-- check to see if the font is just regular -->
|
2023-03-25 10:31:16 +01:00
|
|
|
<test compare="less_eq" name="weight">
|
2023-03-24 19:36:54 +01:00
|
|
|
<int>100</int>
|
|
|
|
</test>
|
2023-03-25 10:31:16 +01:00
|
|
|
<test compare="more_eq" name="weight" target="pattern">
|
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">
|
|
|
|
<edit mode="assign" name="hinting">
|
|
|
|
<bool>true</bool>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
<match target="font">
|
|
|
|
<edit mode="assign" name="hintstyle">
|
|
|
|
<const>hintfull</const>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
<match target="font">
|
|
|
|
<edit mode="assign" name="rgba">
|
|
|
|
<const>rgb</const>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
<match target="font">
|
|
|
|
<edit mode="assign" name="antialias">
|
|
|
|
<bool>true</bool>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
</fontconfig>
|