summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/fonts-tlwg/fontconfig/89-tlwg-waree-synthetic.conf
blob: ade6788fcba9acc347964c54b61a1ba5758ba2ce (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>
	<!-- Fall back missing Tahoma to Waree -->
	<match target="pattern">
		<test name="lang" compare="contains">
			<string>th</string>
		</test>
		<test qual="any" name="family" compare="eq">
			<string>Tahoma</string>
		</test>
		<edit name="family" mode="append" binding="same">
			<string>Waree</string>
		</edit>
	</match>
</fontconfig>