diff options
-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 cfb639e520f1..b4cf54fadb2c 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> |