diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 13:03:17 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:14 -0400 |
commit | 7d7625865b3cc066d31d81ad1a2ffec4f6efbb76 (patch) | |
tree | c533a32d8c352d7350e9f57903a403fd9fc8d3af /system/webcore-fonts/README | |
parent | cf2538fec6cd18ec311e3a92da266c21f1968a47 (diff) | |
download | slackbuilds-7d7625865b3cc066d31d81ad1a2ffec4f6efbb76.tar.gz |
system/webcore-fonts: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/webcore-fonts/README')
-rw-r--r-- | system/webcore-fonts/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/system/webcore-fonts/README b/system/webcore-fonts/README index b4cf54fadb..2e6575f85f 100644 --- a/system/webcore-fonts/README +++ b/system/webcore-fonts/README @@ -13,13 +13,15 @@ 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. -FontForge is an optional dependency. The distribution includes the Cambria -font as a .TTC file consisting of two fonts: cambria.ttf and cambria-math.ttf. -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. +FontForge is an optional dependency. The distribution includes the +Cambria font as a .TTC file consisting of two fonts: cambria.ttf and +cambria-math.ttf. 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 or ~/.config/fontconfig/fonts.conf: +The following Fontconfig setting (taken from infinality.net) +is recommended. Put it in /etc/fonts/local.conf or +~/.config/fontconfig/fonts.conf: <!-- Disable embedded bitmaps in fonts like Calibri --> <match target="font" > @@ -27,4 +29,3 @@ Put it in /etc/fonts/local.conf or ~/.config/fontconfig/fonts.conf: <bool>false</bool> </edit> </match> - |