system/webcore-fonts: Fontconfig information added to README.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Dugan Chen 2012-02-02 15:11:18 -06:00 committed by Robby Workman
parent 310beae49c
commit 048f212ab3
1 changed files with 11 additions and 0 deletions

View File

@ -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>