Sha256: d138eca2bac3f78d45ff7cfb649ad792caa4a6e61f73cea7cf0ea54b091f1ef4
Contents?: true
Size: 620 Bytes
Versions: 5
Compression:
Stored size: 620 Bytes
Contents
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> <fontconfig> <description>Set hintslight to hintstyle</description> <match target="pattern"> <!-- 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. --> <edit name="hintstyle" mode="append"><const>hintslight</const></edit> </match> </fontconfig>
Version data entries
5 entries across 5 versions & 1 rubygems