Skip to content

Commit

Permalink
Update clients.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrost authored Nov 8, 2020
1 parent 016aa3e commit 309e67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Only the regular style of the font is required so it's enough to pass:

The generated file (`my-font.js` in the example above) can be passed to CLI with `--fonts` param (can be without .js extension):

> node awc.js --source screenplay.fountain --pdf --fonts ./my-fonts.js
> node awc.js --source screenplay.fountain --pdf --fonts ./my-font.js

Note: Monospaced fonts are recommended. It is not guaranteed that all fonts will render equally well due to differences is character height and width, so please test your configuration prior to distribution or printing.

Expand Down

0 comments on commit 309e67c

Please sign in to comment.