changing content font to Monoid - https://github.com/larsenwork/monoid

This commit is contained in:
Manuel Schmalstieg 2016-02-12 00:10:41 +01:00
parent 12e3659888
commit 33b20526a9

View File

@ -51,9 +51,10 @@ END {
## "Archivo Narrow" ## "Archivo Narrow"
## "Sophia Nubian" ## "Sophia Nubian"
## "Limousine" ## "Limousine"
## Monoid
pandoc -f markdown -o $OUTPUT --template=../templates/customV2 $TEMP --latex-engine=xelatex \ pandoc -f markdown -o $OUTPUT --template=../templates/customV2 $TEMP --latex-engine=xelatex \
--variable mainfont="Limousine" \ --variable mainfont="Monoid" \
--variable sansfont=Futura \ --variable sansfont=Futura \
--variable monofont=Inconsesi \ --variable monofont=Inconsesi \
--variable fontsize=9pt \ --variable fontsize=9pt \