2015-02-27 00:58:55 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<fontconfig>
|
2015-07-31 00:55:23 +00:00
|
|
|
<!-- Disable sub-pixel rendering -->
|
2015-02-27 00:58:55 +00:00
|
|
|
<match target="pattern">
|
|
|
|
<!--
|
|
|
|
This configuration is available on the major desktop environments.
|
|
|
|
We shouldn't overwrite it with "assign" unconditionally.
|
|
|
|
Most clients may picks up the first value only. so using "append"
|
|
|
|
may simply works to avoid it.
|
|
|
|
-->
|
|
|
|
<edit name="rgba" mode="append"><const>none</const></edit>
|
|
|
|
</match>
|
|
|
|
</fontconfig>
|