diff options
| -rw-r--r-- | MANUAL.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 31e0d02e8..41a12df13 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3088,7 +3088,14 @@ The `--css` option also affects the output. ### Variables for ms `fontfamily` -: font family (e.g. `T` or `P`) +: `A` (Avant Garde), `B` (Bookman), `C` (Helvetica), `HN` (Helvetica + Narrow), `P` (Palatino), or `T` (Times New Roman). This setting does not + affect source code, which is always displayed using monospace Courier. + These built-in fonts are limited in their coverage of characters. + Additional fonts may be installed using the script + [`install-fonts.sh`](https://www.schaffter.ca/mom/bin/install-font.sh) + provided by Peter Schaffter and documented in detail on + [his web site](https://www.schaffter.ca/mom/momdoc/appendices.html#steps). `indent` : paragraph indent (e.g. `2m`) |
