@@ -33,6 +33,7 @@ highlight-style = "./custom.theme"
33
33
# that supports fallback fonts, which we need for emojis.
34
34
pdf-engine = " lualatex"
35
35
metadata-file = " metadata.yml"
36
+ verbosity = " INFO"
36
37
37
38
[output .pandoc .profile .pdf .variables ]
38
39
mainfont = " CoreSansA45.ttf"
@@ -49,8 +50,8 @@ sansfontoptions = [
49
50
]
50
51
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
51
52
monofont = " Noto Sans Mono"
52
- mainfontfallback = [" Open Sans" ]
53
- sansfontfallback = [" Open Sans" ]
53
+ mainfontfallback = [" Open Sans:style=Regular " ]
54
+ sansfontfallback = [" Open Sans:style=Regular " ]
54
55
monofontfallback = [
55
56
" Noto Color Emoji:mode=harf" ,
56
57
]
@@ -90,8 +91,8 @@ sansfontoptions = [
90
91
]
91
92
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
92
93
monofont = " Noto Sans Mono"
93
- mainfontfallback = [" Open Sans" ]
94
- sansfontfallback = [" Open Sans" ]
94
+ mainfontfallback = [" Open Sans:style=Regular " ]
95
+ sansfontfallback = [" Open Sans:style=Regular " ]
95
96
monofontfallback = [
96
97
" Noto Color Emoji:mode=harf" ,
97
98
]
@@ -121,8 +122,8 @@ metadata-file = "metadata.yml"
121
122
[output .pandoc .profile .html .variables ]
122
123
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
123
124
monofont = " Noto Sans Mono"
124
- mainfontfallback = [" Open Sans" ]
125
- sansfontfallback = [" Open Sans" ]
125
+ mainfontfallback = [" Open Sans:style=Regular " ]
126
+ sansfontfallback = [" Open Sans:style=Regular " ]
126
127
monofontfallback = [
127
128
" Noto Color Emoji:mode=harf" ,
128
129
]
0 commit comments