diff options
author | Phil Jones <philj56@gmail.com> | 2022-11-20 23:50:21 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-11-21 00:11:49 +0000 |
commit | 8ff917954773b293276c2eda31959acbecdc2421 (patch) | |
tree | 8ddbb35065032831faa0153a8a8fb25c4fd56137 /doc/tofi.5.scd | |
parent | 8fb1b007ebe93efb6bf6d928edfd235b086ed199 (diff) |
Add --font-variations option.
Diffstat (limited to 'doc/tofi.5.scd')
-rw-r--r-- | doc/tofi.5.scd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tofi.5.scd b/doc/tofi.5.scd index 9ff7f3d..acdb16a 100644 --- a/doc/tofi.5.scd +++ b/doc/tofi.5.scd @@ -143,6 +143,14 @@ options. Default: "" +*font-variations*=_variations_ + Comma separated list of OpenType font variation settings to apply. The + format is similar to the CSS "font-variation-settings" property. For + example, "wght 900" will set the weight of a variable font to 900 (if + supported by the chosen font). + + Default: "" + *background-color*=_color_ Color of the background. See *COLORS* for more information. |