aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-02-13 23:29:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-02-13 23:34:20 -0800
commite32227f74482c8a7907c3557fcb42e7f35f0c610 (patch)
tree9fc8a8ada605c3f2d6aa6e31e76a403109fa1787 /README
parentd5469b30fe9903a37a4966df75609e88aad9ef55 (diff)
downloadpandoc-e32227f74482c8a7907c3557fcb42e7f35f0c610.tar.gz
Allow wildcards in `--epub-embed-font` arguments.
Closes #1939.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
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;