asciidoc: use dejavu fonts

Thanks torabora@ for the tip along with reference to his
http://altlinux.org/asciidoc page.
This commit is contained in:
Michael Shigorin 2012-11-05 13:11:16 +02:00
parent 4e0cd6bdf6
commit 12de346ddd

View File

@ -25,7 +25,7 @@ pdf: $(TOPLEVEL_DOC)
$(A2X) --verbose --fop --fop-opts='-c .fop.xconf' -d book -f pdf -a lang=ru \
--xsltproc-opts=' \
--stringparam toc.max.depth 3 \
--stringparam title.font.family "Arial" \
--stringparam body.font.family "Verdana" \
--stringparam monospace.font.family "Arial"' \
--stringparam title.font.family "DejaVu Sans" \
--stringparam body.font.family "DejaVu Serif" \
--stringparam monospace.font.family "DejaVu Sans Mono"' \
$<