85 lines
2.0 KiB
XML
85 lines
2.0 KiB
XML
<?xml version='1.0'?>
|
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
|
<fontconfig>
|
|
<match target="font">
|
|
<test name="family" compare="contains">
|
|
<string>Song</string>
|
|
</test>
|
|
<!-- check to see if the font is just regular -->
|
|
<test name="weight" compare="less_eq">
|
|
<int>100</int>
|
|
</test>
|
|
<test name="weight" compare="more_eq" target="pattern">
|
|
<int>180</int>
|
|
</test>
|
|
<edit mode="assign" name="embolden">
|
|
<bool>true</bool>
|
|
</edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family" compare="contains">
|
|
<string>Sun</string>
|
|
</test>
|
|
<!-- check to see if the font is just regular -->
|
|
<test name="weight" compare="less_eq">
|
|
<int>100</int>
|
|
</test>
|
|
<test name="weight" compare="more_eq" target="pattern">
|
|
<int>180</int>
|
|
</test>
|
|
<edit mode="assign" name="embolden">
|
|
<bool>true</bool>
|
|
</edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family" compare="contains">
|
|
<string>Kai</string>
|
|
</test>
|
|
<!-- check to see if the font is just regular -->
|
|
<test name="weight" compare="less_eq">
|
|
<int>100</int>
|
|
</test>
|
|
<test name="weight" compare="more_eq" target="pattern">
|
|
<int>180</int>
|
|
</test>
|
|
<edit mode="assign" name="embolden">
|
|
<bool>true</bool>
|
|
</edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family" compare="contains">
|
|
<string>Ming</string>
|
|
</test>
|
|
<!-- check to see if the font is just regular -->
|
|
<test name="weight" compare="less_eq">
|
|
<int>100</int>
|
|
</test>
|
|
<test name="weight" compare="more_eq" target="pattern">
|
|
<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>
|