@@ -32,7 +32,6 @@ pdf-engine = "lualatex"
32
32
metadata-file = " metadata.yml"
33
33
34
34
[output .pandoc .profile .pdf .variables ]
35
- # You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
36
35
mainfont = " CoreSansA45.ttf"
37
36
mainfontoptions = [
38
37
" BoldFont=CoreSansA65.ttf" ,
@@ -45,6 +44,7 @@ sansfontoptions = [
45
44
" ItalicFont=CoreSansA45It.ttf" ,
46
45
" BoldItalicFont=CoreSansA65It.ttf" ,
47
46
]
47
+ # You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
48
48
monofont = " Noto Sans Mono"
49
49
mainfontfallback = [" Noto Color Emoji:mode=harf" ]
50
50
sansfontfallback = [" Noto Color Emoji:mode=harf" ]
@@ -73,7 +73,6 @@ metadata-file = "metadata.yml"
73
73
pdf-engine = " lualatex"
74
74
75
75
[output .pandoc .profile .paperback .variables ]
76
- # You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
77
76
mainfont = " CoreSansA45.ttf"
78
77
mainfontoptions = [
79
78
" BoldFont=CoreSansA65.ttf" ,
@@ -86,6 +85,7 @@ sansfontoptions = [
86
85
" ItalicFont=CoreSansA45It.ttf" ,
87
86
" BoldItalicFont=CoreSansA65It.ttf" ,
88
87
]
88
+ # You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
89
89
monofont = " Noto Sans Mono"
90
90
mainfontfallback = [" Noto Color Emoji:mode=harf" ]
91
91
sansfontfallback = [" Noto Color Emoji:mode=harf" ]
@@ -116,7 +116,6 @@ standalone = true
116
116
metadata-file = " metadata.yml"
117
117
118
118
[output .pandoc .profile .html .variables ]
119
- # You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
120
119
mainfont = " CoreSansA45.ttf"
121
120
mainfontoptions = [
122
121
" BoldFont=CoreSansA65.ttf" ,
@@ -129,6 +128,7 @@ sansfontoptions = [
129
128
" ItalicFont=CoreSansA45It.ttf" ,
130
129
" BoldItalicFont=CoreSansA65It.ttf" ,
131
130
]
131
+ # You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
132
132
monofont = " Noto Sans Mono"
133
133
mainfontfallback = [" Noto Color Emoji:mode=harf" ]
134
134
sansfontfallback = [" Noto Color Emoji:mode=harf" ]
0 commit comments