2012-02-23 07:23:23 +01:00
|
|
|
<?xml version="1.0"?>
|
2020-03-28 15:01:35 +01:00
|
|
|
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
2012-02-23 07:23:23 +01:00
|
|
|
<fontconfig>
|
2014-03-27 07:10:44 +01:00
|
|
|
<description>Use lcdlegacy as default for LCD filter</description>
|
2012-02-23 07:23:23 +01:00
|
|
|
<!-- Use lcdlegacy as default for LCD filter -->
|
2013-02-18 05:17:53 +01:00
|
|
|
<match target="pattern">
|
2012-03-26 03:58:18 +02:00
|
|
|
<!--
|
2021-06-25 14:30:08 +02:00
|
|
|
This sort of configuration is available on the major desktop environments
|
|
|
|
and we don't have to break it with "assign" unconditionally. however, we
|
|
|
|
want to set something for others. So we use "append" here to get this working
|
|
|
|
in both cases so that most clients would takes a look at the first place only.
|
2012-03-26 03:58:18 +02:00
|
|
|
-->
|
|
|
|
<edit mode="append" name="lcdfilter">
|
2012-02-23 07:23:23 +01:00
|
|
|
<const>lcdlegacy</const>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
</fontconfig>
|