diff options
author | Dugan Chen <dugan [underscore] c [at] fastmail [dot] fm> | 2012-02-02 15:11:18 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-02-11 21:19:29 -0600 |
commit | 048f212ab3dffb12f963965ad81c3b0aa9a82316 (patch) | |
tree | c1defd8d18f44ff00dca9d2e517b9684d975b05d | |
parent | 310beae49caef75ef873f9abb6096ce8afd5d484 (diff) | |
download | slackbuilds-048f212ab3dffb12f963965ad81c3b0aa9a82316.tar.gz |
system/webcore-fonts: Fontconfig information added to README.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r-- | system/webcore-fonts/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/webcore-fonts/README b/system/webcore-fonts/README index 3552413ff2..cba378e558 100644 --- a/system/webcore-fonts/README +++ b/system/webcore-fonts/README @@ -9,3 +9,14 @@ Before installing these, please remove "/etc/fonts/conf.d/60-liberation.conf". That file causes Slackware to display Liberation fonts in the place of Microsoft fonts. If you have Microsoft fonts, you don't need the substitutions. + +The following Fontconfig setting (taken from infinality.net) is recommended. +Put it in /etc/fonts/local.conf: + + <!-- Globally use embedded bitmaps in fonts like Calibri? --> + <match target="font" > + <edit name="embeddedbitmap" mode="assign"> + <bool>false</bool> + </edit> + </match> + |