pentoo-overlay/pentoo/pentoo-core/files/local.conf

17 lines
524 B
XML

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit mode="assign" name="lcdfilter">
<!--
The lcddefault filter will work for most users.
Other filters are available that can be used in special situations:
lcdlight; a lighter filter ideal for fonts that look too bold or fuzzy,
lcdlegacy, the original Cairo filter; and
lcdnone to disable it entirely.
-->
<const>lcddefault</const>
</edit>
</match>
</fontconfig>