From 2245d8bf0447b8ba8496587d5f5b45697aefce28 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Mon, 8 Apr 2024 13:24:13 +0200
Subject: Set mono font to B612

---
 pandoc/templates/elenq-article.latex | 1 +
 pandoc/templates/elenq-book.latex    | 1 +
 2 files changed, 2 insertions(+)

(limited to 'pandoc/templates')

diff --git a/pandoc/templates/elenq-article.latex b/pandoc/templates/elenq-article.latex
index e84f165..a519ce9 100644
--- a/pandoc/templates/elenq-article.latex
+++ b/pandoc/templates/elenq-article.latex
@@ -213,6 +213,7 @@ $endif$
   BoldItalicFont  = Lato-BoldItalic.ttf
 ]{Lato-Regular.ttf}
 
+\setmonofont{B612 Mono}[Scale = 0.90]
 \newfontfamily\code{B612 Mono}[
   NFSSFamily      = b612,
   Scale           = 0.90,
diff --git a/pandoc/templates/elenq-book.latex b/pandoc/templates/elenq-book.latex
index f1dae0f..ae09d0f 100644
--- a/pandoc/templates/elenq-book.latex
+++ b/pandoc/templates/elenq-book.latex
@@ -213,6 +213,7 @@ $endif$
   BoldItalicFont  = Lato-BoldItalic.ttf
 ]{Lato-Regular.ttf}
 
+\setmonofont{B612 Mono}[Scale = 0.90]
 \newfontfamily\code{B612 Mono}[
   NFSSFamily      = b612,
   Scale           = 0.90,
-- 
cgit v1.2.3