62 lines
1.5 KiB
XML
62 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-lgc.conf -->
|
|
<fontconfig>
|
|
<!-- Turn off hinting at small sizes -->
|
|
<match target="font">
|
|
<test name="family">
|
|
<string>DejaVu LGC Sans</string>
|
|
</test>
|
|
<test name="pixelsize" compare="less">
|
|
<double>7.5</double>
|
|
</test>
|
|
<edit name="hinting">
|
|
<bool>false</bool>
|
|
</edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family">
|
|
<string>DejaVu LGC Serif</string>
|
|
</test>
|
|
<test name="pixelsize" compare="less">
|
|
<double>7.5</double>
|
|
</test>
|
|
<edit name="hinting">
|
|
<bool>false</bool>
|
|
</edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family">
|
|
<string>DejaVu LGC Sans Mono</string>
|
|
</test>
|
|
<test name="pixelsize" compare="less">
|
|
<double>7.5</double>
|
|
</test>
|
|
<edit name="hinting">
|
|
<bool>false</bool>
|
|
</edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family">
|
|
<string>DejaVu LGC Sans Condensed</string>
|
|
</test>
|
|
<test name="pixelsize" compare="less">
|
|
<double>7.5</double>
|
|
</test>
|
|
<edit name="hinting">
|
|
<bool>false</bool>
|
|
</edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family">
|
|
<string>DejaVu LGC Serif Condensed</string>
|
|
</test>
|
|
<test name="pixelsize" compare="less">
|
|
<double>7.5</double>
|
|
</test>
|
|
<edit name="hinting">
|
|
<bool>false</bool>
|
|
</edit>
|
|
</match>
|
|
</fontconfig>
|