summaryrefslogtreecommitdiff
path: root/packages/fontconfig/files/local.conf
diff options
context:
space:
mode:
Diffstat (limited to 'packages/fontconfig/files/local.conf')
-rw-r--r--packages/fontconfig/files/local.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/fontconfig/files/local.conf b/packages/fontconfig/files/local.conf
index ddd7cf9d03..d678878f3e 100644
--- a/packages/fontconfig/files/local.conf
+++ b/packages/fontconfig/files/local.conf
@@ -2,11 +2,18 @@
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file for local customizations -->
<fontconfig>
-<!-- Enable sub-pixel rendering -->
+<!--
+ Enable sub-pixel rendering
<match target="font">
<test qual="all" name="rgba">
<const>unknown</const>
</test>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
+-->
+
+<!-- X11R7.0 installs fonts to a new location -->
+ <dir>/usr/lib/X11/fonts/misc</dir>
+ <dir>/usr/lib/X11/fonts/Type1</dir>
+ <dir>/usr/lib/X11/fonts/75dpi</dir>
</fontconfig>