diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-04-08 13:24:13 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-04-08 13:24:13 +0200 |
commit | 2245d8bf0447b8ba8496587d5f5b45697aefce28 (patch) | |
tree | b458506092232e495e150672e0a1e07af1d00b9e /pandoc/templates | |
parent | ee8bdd41c711013aa67183fce2886f597dbddf2d (diff) |
Set mono font to B612
Diffstat (limited to 'pandoc/templates')
-rw-r--r-- | pandoc/templates/elenq-article.latex | 1 | ||||
-rw-r--r-- | pandoc/templates/elenq-book.latex | 1 |
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, |