Review: Makefile: Embed all fonts in fonts
directory
This commit is contained in:
parent
a045f2f8a8
commit
3a9845dd3c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -53,7 +53,7 @@ out/:
|
|||
epub: out/
|
||||
pandoc --strip-comments \
|
||||
--css=epub.css \
|
||||
--epub-embed-font=DejaVuSansMono.ttf \
|
||||
--epub-embed-font='fonts/*.ttf' \
|
||||
--lua-filter include-files.lua \
|
||||
--lua-filter default-code-class.lua -M default-code-class=agda \
|
||||
--standalone \
|
||||
|
|
Loading…
Reference in a new issue