summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dugan Chen2017-03-09 13:50:23 +0100
committer Willy Sudiarto Raharjo2017-03-11 01:03:53 +0100
commit05abe629d971051d68e2b738d309be456b99099f (patch)
tree4cd7a3efed6b1a7a03d41e6773b5838e25fae9b3
parent819870693c3f00590408de2306da2373f9e28209 (diff)
downloadslackbuilds-05abe629d971051d68e2b738d309be456b99099f.tar.gz
system/webcore-fonts: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/webcore-fonts/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/webcore-fonts/README b/system/webcore-fonts/README
index cfb639e520..b4cf54fadb 100644
--- a/system/webcore-fonts/README
+++ b/system/webcore-fonts/README
@@ -19,9 +19,9 @@ If FontForge is available, then the Cambria font will be installed as these two
TTF files. If not, then it will be installed as a single TTC file.
The following Fontconfig setting (taken from infinality.net) is recommended.
-Put it in /etc/fonts/local.conf:
+Put it in /etc/fonts/local.conf or ~/.config/fontconfig/fonts.conf:
- <!-- Globally use embedded bitmaps in fonts like Calibri? -->
+ <!-- Disable embedded bitmaps in fonts like Calibri -->
<match target="font" >
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>