diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2017-03-09 19:50:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:03:53 +0700 |
commit | 05abe629d971051d68e2b738d309be456b99099f (patch) | |
tree | 4cd7a3efed6b1a7a03d41e6773b5838e25fae9b3 | |
parent | 819870693c3f00590408de2306da2373f9e28209 (diff) | |
download | slackbuilds-05abe629d971051d68e2b738d309be456b99099f.tar.gz |
system/webcore-fonts: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/webcore-fonts/README | 4 |
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> |