From e32227f74482c8a7907c3557fcb42e7f35f0c610 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 13 Feb 2015 23:29:12 -0800 Subject: Allow wildcards in `--epub-embed-font` arguments. Closes #1939. --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index b54107f32..160fc539e 100644 --- a/README +++ b/README @@ -608,9 +608,12 @@ Options affecting specific writers `--epub-embed-font=`*FILE* : Embed the specified font in the EPUB. This option can be repeated - to embed multiple fonts. To use embedded fonts, you - will need to add declarations like the following to your CSS (see - `--epub-stylesheet`): + to embed multiple fonts. Wildcards can also be used: for example, + `DejaVuSans-*.ttf`. However, if you use wildcards on the command + line, be sure to escape them or put the whole filename in single quotes, + to prevent them from being interpreted by the shell. To use the + embedded fonts, you will need to add declarations like the following + to your CSS (see `--epub-stylesheet`): @font-face { font-family: DejaVuSans; -- cgit v1.2.3