From 0ca42ba058543998b61aa00a131a1d2f88c37cb0 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Tue, 27 Aug 2024 09:14:20 +0200 Subject: [PATCH] move comment to meaningful place --- book/book.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/book.toml b/book/book.toml index 990213c..12eecb2 100644 --- a/book/book.toml +++ b/book/book.toml @@ -32,7 +32,6 @@ pdf-engine = "lualatex" metadata-file = "metadata.yml" [output.pandoc.profile.pdf.variables] -# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ mainfont = "CoreSansA45.ttf" mainfontoptions = [ "BoldFont=CoreSansA65.ttf", @@ -45,6 +44,7 @@ sansfontoptions = [ "ItalicFont=CoreSansA45It.ttf", "BoldItalicFont=CoreSansA65It.ttf", ] +# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ monofont = "Noto Sans Mono" mainfontfallback = ["Noto Color Emoji:mode=harf"] sansfontfallback = ["Noto Color Emoji:mode=harf"] @@ -73,7 +73,6 @@ metadata-file = "metadata.yml" pdf-engine = "lualatex" [output.pandoc.profile.paperback.variables] -# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ mainfont = "CoreSansA45.ttf" mainfontoptions = [ "BoldFont=CoreSansA65.ttf", @@ -86,6 +85,7 @@ sansfontoptions = [ "ItalicFont=CoreSansA45It.ttf", "BoldItalicFont=CoreSansA65It.ttf", ] +# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ monofont = "Noto Sans Mono" mainfontfallback = ["Noto Color Emoji:mode=harf"] sansfontfallback = ["Noto Color Emoji:mode=harf"] @@ -116,7 +116,6 @@ standalone = true metadata-file = "metadata.yml" [output.pandoc.profile.html.variables] -# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ mainfont = "CoreSansA45.ttf" mainfontoptions = [ "BoldFont=CoreSansA65.ttf", @@ -129,6 +128,7 @@ sansfontoptions = [ "ItalicFont=CoreSansA45It.ttf", "BoldItalicFont=CoreSansA65It.ttf", ] +# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ monofont = "Noto Sans Mono" mainfontfallback = ["Noto Color Emoji:mode=harf"] sansfontfallback = ["Noto Color Emoji:mode=harf"] -- 2.45.2