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 hintnone to hintstyle</description>
|
|
|
|
|
2015-12-02 03:31:50 +01:00
|
|
|
<match target="pattern">
|
|
|
|
<!--
|
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.
|
2015-12-02 03:31:50 +01:00
|
|
|
-->
|
|
|
|
<edit name="hintstyle" mode="append"><const>hintnone</const></edit>
|
|
|
|
</match>
|
|
|
|
</fontconfig>
|