move comment to meaningful place

This commit is contained in:
Marco Otte-Witte 2024-08-27 09:14:20 +02:00
parent 681903a853
commit 0ca42ba058
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View 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"]