blob: 0b8e46b7d95fa81d7dd972aa55580a1deea30f9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
<test name="family">
<string>MyricaM M</string>
</test>
<test name="family">
<string>MyricaM N</string>
</test>
<test name="family">
<string>MyricaM P</string>
</test>
<edit name="autohint">
<bool>false</bool>
</edit>
</match>
</fontconfig>
|