diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | genesis.tex | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ genesis.pdf : genesis.tex latexmk -pdf $< clean: - latexmk -c + latexmk -C rm -f *.dep .PHONY: clean diff --git a/genesis.tex b/genesis.tex index b542568..01f1128 100644 --- a/genesis.tex +++ b/genesis.tex @@ -6,7 +6,7 @@ \setmainlanguage{dutch} \usepackage{fontspec} -\newfontfamily{\shlomo}{Shlomo} +\newfontfamily{\shlomo}{Ezra SIL} \DeclareTextFontCommand{\textshlomo}{\shlomo} \usepackage{tikz} |