summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-04-08 13:24:13 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-04-08 13:24:13 +0200
commit2245d8bf0447b8ba8496587d5f5b45697aefce28 (patch)
treeb458506092232e495e150672e0a1e07af1d00b9e
parentee8bdd41c711013aa67183fce2886f597dbddf2d (diff)
Set mono font to B612
-rw-r--r--pandoc/templates/elenq-article.latex1
-rw-r--r--pandoc/templates/elenq-book.latex1
2 files changed, 2 insertions, 0 deletions
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,