mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-26 02:05:18 +01:00
17 lines
524 B
XML
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>
|