blob: 262064b7132d52269a47e07b0904494d666129f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
<test name="family">
<string>Kochi Mincho</string>
<string>Kochi Gothic</string>
</test>
<edit name="autohint">
<bool>false</bool>
</edit>
</match>
</fontconfig>
|