Blame SOURCES/90-ttf-arphic-uming-embolden.conf

96420e
96420e
96420e
<fontconfig>
96420e
	
96420e
	<match target="font" >
96420e
		<test name="family" compare="contains" >
96420e
			<string>AR PL UMing</string>
96420e
		</test> 
96420e
                
96420e
                <test name="weight" compare="less_eq">
96420e
                        <int>100</int>
96420e
		</test>
96420e
		<test compare="more_eq" target="pattern" name="weight" >
96420e
			<int>180</int>
96420e
		</test>
96420e
		<edit mode="assign" name="embolden" >
96420e
			<bool>true</bool>
96420e
		</edit>
96420e
	</match>
96420e
96420e
</fontconfig>