move comment to meaningful place
This commit is contained in:
parent
681903a853
commit
0ca42ba058
|
@ -32,7 +32,6 @@ pdf-engine = "lualatex"
|
||||||
metadata-file = "metadata.yml"
|
metadata-file = "metadata.yml"
|
||||||
|
|
||||||
[output.pandoc.profile.pdf.variables]
|
[output.pandoc.profile.pdf.variables]
|
||||||
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
|
|
||||||
mainfont = "CoreSansA45.ttf"
|
mainfont = "CoreSansA45.ttf"
|
||||||
mainfontoptions = [
|
mainfontoptions = [
|
||||||
"BoldFont=CoreSansA65.ttf",
|
"BoldFont=CoreSansA65.ttf",
|
||||||
|
@ -45,6 +44,7 @@ sansfontoptions = [
|
||||||
"ItalicFont=CoreSansA45It.ttf",
|
"ItalicFont=CoreSansA45It.ttf",
|
||||||
"BoldItalicFont=CoreSansA65It.ttf",
|
"BoldItalicFont=CoreSansA65It.ttf",
|
||||||
]
|
]
|
||||||
|
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
|
||||||
monofont = "Noto Sans Mono"
|
monofont = "Noto Sans Mono"
|
||||||
mainfontfallback = ["Noto Color Emoji:mode=harf"]
|
mainfontfallback = ["Noto Color Emoji:mode=harf"]
|
||||||
sansfontfallback = ["Noto Color Emoji:mode=harf"]
|
sansfontfallback = ["Noto Color Emoji:mode=harf"]
|
||||||
|
@ -73,7 +73,6 @@ metadata-file = "metadata.yml"
|
||||||
pdf-engine = "lualatex"
|
pdf-engine = "lualatex"
|
||||||
|
|
||||||
[output.pandoc.profile.paperback.variables]
|
[output.pandoc.profile.paperback.variables]
|
||||||
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
|
|
||||||
mainfont = "CoreSansA45.ttf"
|
mainfont = "CoreSansA45.ttf"
|
||||||
mainfontoptions = [
|
mainfontoptions = [
|
||||||
"BoldFont=CoreSansA65.ttf",
|
"BoldFont=CoreSansA65.ttf",
|
||||||
|
@ -86,6 +85,7 @@ sansfontoptions = [
|
||||||
"ItalicFont=CoreSansA45It.ttf",
|
"ItalicFont=CoreSansA45It.ttf",
|
||||||
"BoldItalicFont=CoreSansA65It.ttf",
|
"BoldItalicFont=CoreSansA65It.ttf",
|
||||||
]
|
]
|
||||||
|
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
|
||||||
monofont = "Noto Sans Mono"
|
monofont = "Noto Sans Mono"
|
||||||
mainfontfallback = ["Noto Color Emoji:mode=harf"]
|
mainfontfallback = ["Noto Color Emoji:mode=harf"]
|
||||||
sansfontfallback = ["Noto Color Emoji:mode=harf"]
|
sansfontfallback = ["Noto Color Emoji:mode=harf"]
|
||||||
|
@ -116,7 +116,6 @@ standalone = true
|
||||||
metadata-file = "metadata.yml"
|
metadata-file = "metadata.yml"
|
||||||
|
|
||||||
[output.pandoc.profile.html.variables]
|
[output.pandoc.profile.html.variables]
|
||||||
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
|
|
||||||
mainfont = "CoreSansA45.ttf"
|
mainfont = "CoreSansA45.ttf"
|
||||||
mainfontoptions = [
|
mainfontoptions = [
|
||||||
"BoldFont=CoreSansA65.ttf",
|
"BoldFont=CoreSansA65.ttf",
|
||||||
|
@ -129,6 +128,7 @@ sansfontoptions = [
|
||||||
"ItalicFont=CoreSansA45It.ttf",
|
"ItalicFont=CoreSansA45It.ttf",
|
||||||
"BoldItalicFont=CoreSansA65It.ttf",
|
"BoldItalicFont=CoreSansA65It.ttf",
|
||||||
]
|
]
|
||||||
|
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
|
||||||
monofont = "Noto Sans Mono"
|
monofont = "Noto Sans Mono"
|
||||||
mainfontfallback = ["Noto Color Emoji:mode=harf"]
|
mainfontfallback = ["Noto Color Emoji:mode=harf"]
|
||||||
sansfontfallback = ["Noto Color Emoji:mode=harf"]
|
sansfontfallback = ["Noto Color Emoji:mode=harf"]
|
||||||
|
|
Loading…
Reference in New Issue