diff --git a/.dictionary.txt b/.dictionary.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/Makefile b/Makefile
index c3d61af910aa26fd72c638bd593828f889c2447b..94d5199410e3fc57582b4d62974c81b1dd672e29 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ resume.html: $(RESUME)
 	pandoc -s -t html5 --email-obfuscation=none $(RESUME) -o resume.html
 
 resume.pdf: $(RESUME)
-	pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.pdf
+	pandoc --pdf-engine=xelatex $(RESUME) -M 'mainfont: SILEOT.ttf' -V papersize=$(PAPERSIZE) -V documentclass=mycv -o resume.pdf
 
 resume.docx: $(RESUME)
 	pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.docx