|
From: Tapio V. <aa...@us...> - 2010-08-21 14:03:22
|
Module: performous Branch: pass-through Commit: 84be6b91c9f4a19ca47f0ca4f947e1cb2ed19aea Author: Arto Seppä <za...@us...> Date: Wed Aug 18 20:35:03 2010 +0300 Removed some paths from fontconfig. --- osx-utils/resources/etc/fonts/fonts.conf | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/osx-utils/resources/etc/fonts/fonts.conf b/osx-utils/resources/etc/fonts/fonts.conf index 377f3e8..ce5d6fe 100644 --- a/osx-utils/resources/etc/fonts/fonts.conf +++ b/osx-utils/resources/etc/fonts/fonts.conf @@ -24,7 +24,7 @@ <!-- Font directory list --> <dir>/usr/share/fonts</dir> - <dir>/usr/X11R6/lib/X11/fonts</dir> <dir>/Library/Fonts</dir> <dir>/Network/Library/Fonts</dir> <dir>/System/Library/Fonts</dir> <dir>/opt/local/padpadpadpad/share/fonts</dir> + <dir>/usr/X11R6/lib/X11/fonts</dir> <dir>/Library/Fonts</dir> <dir>/Network/Library/Fonts</dir> <dir>/System/Library/Fonts</dir> <dir>~/.fonts</dir> <!-- @@ -70,7 +70,6 @@ <!-- Font cache directory list --> - <cachedir>/opt/local/padpadpadpad/var/cache/fontconfig</cachedir> <cachedir>~/.fontconfig</cachedir> <config> |