move comment to meaningful place
authorMarco Otte-Witte <marco.otte-witte@mainmatter.com>
Tue, 27 Aug 2024 07:14:20 +0000 (09:14 +0200)
committerMarco Otte-Witte <marco.otte-witte@mainmatter.com>
Tue, 27 Aug 2024 07:14:20 +0000 (09:14 +0200)
book/book.toml

index 990213c..12eecb2 100644 (file)
@@ -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"]