Skip to content

Commit 0ca42ba

Browse files
committed
move comment to meaningful place
1 parent 681903a commit 0ca42ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/book.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ pdf-engine = "lualatex"
3232
metadata-file = "metadata.yml"
3333

3434
[output.pandoc.profile.pdf.variables]
35-
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
3635
mainfont = "CoreSansA45.ttf"
3736
mainfontoptions = [
3837
"BoldFont=CoreSansA65.ttf",
@@ -45,6 +44,7 @@ sansfontoptions = [
4544
"ItalicFont=CoreSansA45It.ttf",
4645
"BoldItalicFont=CoreSansA65It.ttf",
4746
]
47+
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
4848
monofont = "Noto Sans Mono"
4949
mainfontfallback = ["Noto Color Emoji:mode=harf"]
5050
sansfontfallback = ["Noto Color Emoji:mode=harf"]
@@ -73,7 +73,6 @@ metadata-file = "metadata.yml"
7373
pdf-engine = "lualatex"
7474

7575
[output.pandoc.profile.paperback.variables]
76-
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
7776
mainfont = "CoreSansA45.ttf"
7877
mainfontoptions = [
7978
"BoldFont=CoreSansA65.ttf",
@@ -86,6 +85,7 @@ sansfontoptions = [
8685
"ItalicFont=CoreSansA45It.ttf",
8786
"BoldItalicFont=CoreSansA65It.ttf",
8887
]
88+
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
8989
monofont = "Noto Sans Mono"
9090
mainfontfallback = ["Noto Color Emoji:mode=harf"]
9191
sansfontfallback = ["Noto Color Emoji:mode=harf"]
@@ -116,7 +116,6 @@ standalone = true
116116
metadata-file = "metadata.yml"
117117

118118
[output.pandoc.profile.html.variables]
119-
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
120119
mainfont = "CoreSansA45.ttf"
121120
mainfontoptions = [
122121
"BoldFont=CoreSansA65.ttf",
@@ -129,6 +128,7 @@ sansfontoptions = [
129128
"ItalicFont=CoreSansA45It.ttf",
130129
"BoldItalicFont=CoreSansA65It.ttf",
131130
]
131+
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
132132
monofont = "Noto Sans Mono"
133133
mainfontfallback = ["Noto Color Emoji:mode=harf"]
134134
sansfontfallback = ["Noto Color Emoji:mode=harf"]

0 commit comments

Comments
 (0)