blob: 344e33ce09624d48a5d928a135f03ac991e77a07 (
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
|
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
<or>
<test name="family">
<string>MigMix 1M</string>
</test>
<test name="family">
<string>MigMix 1P</string>
</test>
<test name="family">
<string>MigMix 2M</string>
</test>
<test name="family">
<string>MigMix 2P</string>
</test>
</or>
<edit name="autohint">
<bool>false</bool>
</edit>
</match>
</fontconfig>
|