summaryrefslogtreecommitdiff
path: root/sdk_fonts_fc/99-slp.conf
blob: 8af20caedabd973029b6d8d166d4f3f1690c209e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- 
 Accept deprecated 'SLP' alias, replacing it with 'Helvetica'
 -->
	<match target="pattern">
		<!-- check to see if the font is just regular -->
		<test qual="any" name="family">
			<string>SLP</string>
		</test>
		<edit name="family" mode="assign">
			<string>SLPSans</string>
		</edit>
	</match>
</fontconfig>