@@ -33,6 +33,7 @@ highlight-style = "./custom.theme"
3333# that supports fallback fonts, which we need for emojis.
3434pdf-engine = " lualatex"
3535metadata-file = " metadata.yml"
36+ verbosity = " INFO"
3637
3738[output .pandoc .profile .pdf .variables ]
3839mainfont = " CoreSansA45.ttf"
@@ -49,8 +50,8 @@ sansfontoptions = [
4950]
5051# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
5152monofont = " Noto Sans Mono"
52- mainfontfallback = [" Open Sans" ]
53- sansfontfallback = [" Open Sans" ]
53+ mainfontfallback = [" Open Sans:style=Regular " ]
54+ sansfontfallback = [" Open Sans:style=Regular " ]
5455monofontfallback = [
5556 " Noto Color Emoji:mode=harf" ,
5657]
@@ -90,8 +91,8 @@ sansfontoptions = [
9091]
9192# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
9293monofont = " Noto Sans Mono"
93- mainfontfallback = [" Open Sans" ]
94- sansfontfallback = [" Open Sans" ]
94+ mainfontfallback = [" Open Sans:style=Regular " ]
95+ sansfontfallback = [" Open Sans:style=Regular " ]
9596monofontfallback = [
9697 " Noto Color Emoji:mode=harf" ,
9798]
@@ -121,8 +122,8 @@ metadata-file = "metadata.yml"
121122[output .pandoc .profile .html .variables ]
122123# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
123124monofont = " Noto Sans Mono"
124- mainfontfallback = [" Open Sans" ]
125- sansfontfallback = [" Open Sans" ]
125+ mainfontfallback = [" Open Sans:style=Regular " ]
126+ sansfontfallback = [" Open Sans:style=Regular " ]
126127monofontfallback = [
127128 " Noto Color Emoji:mode=harf" ,
128129]
0 commit comments