summaryrefslogtreecommitdiff
path: root/lib/fontconfig/conf.d/31-nonmst.conf
blob: 020f3574f4ceecf8d198f99d8cf27cc3c7c0540c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

	<!--
		$OpenBSD: 31-nonmst.conf,v 1.3 2010/01/21 19:57:57 matthieu Exp $
		Replacement using Bitstream Vera fonts.
	-->

	<match target="pattern">
		<test qual="any" name="family">
			<string>Times New Roman</string>
		</test>
		<edit name="family" mode="assign">
			<string>DejaVu Serif</string>
		</edit>
	</match>

	<match target="pattern">
		<test qual="any" name="family">
			<string>Times</string>
		</test>
		<edit name="family" mode="assign">
			<string>DejaVu Serif</string>
		</edit>
	</match>

	<match target="pattern">
		<test qual="any" name="family">
			<string>Arial</string>
		</test>
		<edit name="family" mode="assign">
			<string>DejaVu Sans</string>
		</edit>
	</match>

	<match target="pattern">
		<test qual="any" name="family">
			<string>Helvetica</string>
		</test>
		<edit name="family" mode="assign">
			<string>DejaVu Sans</string>
		</edit>
	</match>

	<match target="pattern">
		<test qual="any" name="family">
			<string>Courier</string>
		</test>
		<edit name="family" mode="assign">
			<string>DejaVu Sans Mono</string>
		</edit>
	</match>

	<match target="pattern">
		<test qual="any" name="family">
			<string>Courier New</string>
		</test>
		<edit name="family" mode="assign">
			<string>DejaVu Sans Mono</string>
		</edit>
	</match>

</fontconfig>