From c9883c67691358ec5cdb5ac62601d3e1088da10c Mon Sep 17 00:00:00 2001 From: scbj Date: Tue, 12 Aug 2025 11:46:37 +0200 Subject: [PATCH] changed fonts for pandoc to use --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6e16cc3..541d2d3 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ PANDOC_OPT = --standalone \ -V linkcolor:blue \ -V geometry:a4paper \ -V geometry:margin=2cm \ +-V mainfont="JetBrainsMono Nerd Font" \ +-V sansfont="JetBrainsMono Nerd Font" \ -V monofont="JetBrainsMono Nerd Font" \ --pdf-engine=xelatex