1953daebaSmrg<?xml version="1.0"?>
2a4e54154Smrg<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
3953daebaSmrg<fontconfig>
4a32e9e42Smrg  <description>Set hintmedium to hintstyle</description>
5a32e9e42Smrg
6953daebaSmrg  <match target="pattern">
7953daebaSmrg    <!--
8a4e54154Smrg      This sort of configuration is available on the major desktop environments
9a4e54154Smrg      and we don't have to break it with "assign" unconditionally. however, we
10a4e54154Smrg      want to set something for others. So we use "append" here to get this working
11a4e54154Smrg      in both cases so that most clients would takes a look at the first place only.
12953daebaSmrg    -->
13953daebaSmrg    <edit name="hintstyle" mode="append"><const>hintmedium</const></edit>
14953daebaSmrg  </match>
15953daebaSmrg</fontconfig>
16