@@ -50,8 +50,8 @@ sansfontoptions = [
5050]
5151# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
5252monofont = " Noto Sans Mono"
53- mainfontfallback = [" Open Sans" ]
54- sansfontfallback = [" Open Sans" ]
53+ mainfontfallback = [" Open Sans:style=Regular " ]
54+ sansfontfallback = [" Open Sans:style=Regular " ]
5555monofontfallback = [
5656 " Noto Color Emoji:mode=harf" ,
5757]
@@ -91,8 +91,8 @@ sansfontoptions = [
9191]
9292# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
9393monofont = " Noto Sans Mono"
94- mainfontfallback = [" Open Sans" ]
95- sansfontfallback = [" Open Sans" ]
94+ mainfontfallback = [" Open Sans:style=Regular " ]
95+ sansfontfallback = [" Open Sans:style=Regular " ]
9696monofontfallback = [
9797 " Noto Color Emoji:mode=harf" ,
9898]
@@ -122,8 +122,8 @@ metadata-file = "metadata.yml"
122122[output .pandoc .profile .html .variables ]
123123# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
124124monofont = " Noto Sans Mono"
125- mainfontfallback = [" Open Sans" ]
126- sansfontfallback = [" Open Sans" ]
125+ mainfontfallback = [" Open Sans:style=Regular " ]
126+ sansfontfallback = [" Open Sans:style=Regular " ]
127127monofontfallback = [
128128 " Noto Color Emoji:mode=harf" ,
129129]
0 commit comments