blob: 30b3395591c7a6bffec2be5e2f221559920c3056 (
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>VL Gothic</string>
<string>VL PGothic</string>
</test>
<edit name="autohint">
<bool>false</bool>
</edit>
</match>
</fontconfig>
|