2015-12-02 03:31:50 +01:00
|
|
|
<?xml version="1.0"?>
|
2020-03-28 15:01:35 +01:00
|
|
|
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
2015-12-02 03:31:50 +01:00
|
|
|
<fontconfig>
|
2014-03-27 07:10:44 +01:00
|
|
|
<description>Set hintslight to hintstyle</description>
|
|
|
|
|
2015-12-02 03:31:50 +01: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="hintstyle" mode="append"><const>hintslight</const></edit>
|
|
|
|
</match>
|
|
|
|
</fontconfig>
|