summaryrefslogtreecommitdiff
path: root/conf.d/10-unhinted.conf
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2013-02-18 13:17:53 +0900
committerAkira TAGOH <akira@tagoh.org>2013-02-18 13:17:53 +0900
commit2c696255749683e9a084f797eb033d222510a275 (patch)
tree443453a7b99d53e3983bb0e3da3eebf6ea6a176e /conf.d/10-unhinted.conf
parent83f679ce558de736ef1a095a362397da0ac3417f (diff)
Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
Move the target of recipes to the "pattern" from the "font". This is to ensure the targeted objects is updated by them prior to FcDefaultSubstitute() so that it can adds the default values properly.
Diffstat (limited to 'conf.d/10-unhinted.conf')
-rw-r--r--conf.d/10-unhinted.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/10-unhinted.conf b/conf.d/10-unhinted.conf
index 67037b4..a25e3b1 100644
--- a/conf.d/10-unhinted.conf
+++ b/conf.d/10-unhinted.conf
@@ -2,7 +2,7 @@
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Disable hinting -->
- <match target="font">
+ <match target="pattern">
<!--
This configuration is available on the major desktop environments.
We shouldn't overwrite it with "assign" unconditionally.