10-hinting-slight.conf revision 953daeba
1<?xml version="1.0"?>
2<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3<fontconfig>
4  <match target="pattern">
5    <!--
6      This configuration is available on the major desktop environments.
7      We shouldn't overwrite it with "assign" unconditionally.
8      Most clients may picks up the first value only. so using "append"
9      may simply works to avoid it.
10    -->
11    <edit name="hintstyle" mode="append"><const>hintslight</const></edit>
12  </match>
13</fontconfig>
14