Blame conf.d/10-hinting-full.conf

Packit 352660
Packit 352660
Packit 352660
<fontconfig>
Packit 352660
  <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
Packit 352660
    <its:translateRule translate="no" selector="/fontconfig/*[not(self::description)]"/>
Packit 352660
  </its:rules>
Packit 352660
Packit 352660
  <description>Set hintfull to hintstyle</description>
Packit 352660
Packit 352660
  <match target="pattern">
Packit 352660
    
Packit 352660
      This configuration is available on the major desktop environments.
Packit 352660
      We shouldn't overwrite it with "assign" unconditionally.
Packit 352660
      Most clients may picks up the first value only. so using "append"
Packit 352660
      may simply works to avoid it.
Packit 352660
    -->
Packit 352660
    <edit name="hintstyle" mode="append"><const>hintfull</const></edit>
Packit 352660
  </match>
Packit 352660
</fontconfig>