<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>

	<!-- ##Style: win7, winxp, win98 -->

	<!-- Microsoft Appearance - Replace With MS Fonts -->
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Nimbus Sans</string>
		</test>
		<edit name="family" mode="assign">
			<string>Arial</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Nimbus Sans L</string>
		</test>
		<edit name="family" mode="assign">
			<string>Arial</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Helvetica Neue</string>
		</test>
		<edit name="family" mode="assign">
			<string>Arial</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Helvetica</string>
		</test>
		<edit name="family" mode="assign">
			<string>Arial</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Liberation Sans</string>
		</test>
		<edit name="family" mode="assign">
			<string>Arial</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Freesans</string>
		</test>
		<edit name="family" mode="assign">
			<string>Arial</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Nimbus Sans</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Arial</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Nimbus Sans L</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Arial</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Helvetica Neue</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Arial</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Helvetica</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Arial</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Liberation Sans</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Arial</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Freesans</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Arial</string>
		</edit>
	</match>

	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Bitstream Vera Sans</string>
			<string>DejaVu Sans</string>
		</test>
		<edit name="family" mode="assign">
			<string>Verdana</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Bitstream Vera Sans</string>
			<string>DejaVu Sans</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Verdana</string>
		</edit>
	</match>

	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Courier</string>
		</test>
		<edit name="family" mode="assign">
			<string>Courier New</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>FreeMono</string>
		</test>
		<edit name="family" mode="assign">
			<string>Courier New</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Nimbus Mono L</string>
		</test>
		<edit name="family" mode="assign">
			<string>Courier New</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Courier</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Courier New</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>FreeMono</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Courier New</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Nimbus Mono L</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Courier New</string>
		</edit>
	</match>

	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Times</string>
		</test>
		<edit name="family" mode="assign">
			<string>Times New Roman</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>DejaVu Serif</string>
		</test>
		<edit name="family" mode="assign">
			<string>Times New Roman</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Nimbus Serif L</string>
		</test>
		<edit name="family" mode="assign">
			<string>Times New Roman</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Liberation Serif</string>
		</test>
		<edit name="family" mode="assign">
			<string>Times New Roman</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Times</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Times New Roman</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>DejaVu Serif</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Times New Roman</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Nimbus Serif L</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Times New Roman</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Liberation Serif</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Times New Roman</string>
		</edit>
	</match>

	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Palatino</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Palatino Linotype</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Palatino</string>
		</test>
		<edit name="family" mode="assign">
			<string>Palatino Linotype</string>
		</edit>
	</match>

	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Lucida Sans</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Lucida Sans Unicode</string>
		</edit>
	</match>
	<match target="pattern">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Lucida Grande</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>Lucida Sans Unicode</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Lucida Sans</string>
		</test>
		<edit name="family" mode="assign">
			<string>Lucida Sans Unicode</string>
		</edit>
	</match>
	<match target="font">
		<test name="do_substitutions">
			<bool>true</bool>
		</test>
		<test name="family">
			<string>Lucida Grande</string>
		</test>
		<edit name="family" mode="assign">
			<string>Lucida Sans Unicode</string>
		</edit>
	</match>

</fontconfig>
