2005-03-03 02:59:28 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<fontconfig>
|
2014-03-27 07:10:44 +01:00
|
|
|
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
|
|
|
|
<its:translateRule translate="no" selector="/fontconfig/*[not(self::description)]"/>
|
|
|
|
</its:rules>
|
|
|
|
|
|
|
|
<description>Disable sub-pixel rendering</description>
|
2013-12-16 08:00:12 +01:00
|
|
|
<!-- Disable sub-pixel rendering -->
|
2013-02-18 05:17:53 +01:00
|
|
|
<match target="pattern">
|
2012-03-26 03:58:18 +02:00
|
|
|
<!--
|
|
|
|
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>
|
2005-03-03 02:59:28 +01:00
|
|
|
</match>
|
|
|
|
</fontconfig>
|