@@ -50,8 +50,8 @@ sansfontoptions = [
50
50
]
51
51
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
52
52
monofont = " Noto Sans Mono"
53
- mainfontfallback = [" Open Sans" ]
54
- sansfontfallback = [" Open Sans" ]
53
+ mainfontfallback = [" Open Sans:style=Regular " ]
54
+ sansfontfallback = [" Open Sans:style=Regular " ]
55
55
monofontfallback = [
56
56
" Noto Color Emoji:mode=harf" ,
57
57
]
@@ -91,8 +91,8 @@ sansfontoptions = [
91
91
]
92
92
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
93
93
monofont = " Noto Sans Mono"
94
- mainfontfallback = [" Open Sans" ]
95
- sansfontfallback = [" Open Sans" ]
94
+ mainfontfallback = [" Open Sans:style=Regular " ]
95
+ sansfontfallback = [" Open Sans:style=Regular " ]
96
96
monofontfallback = [
97
97
" Noto Color Emoji:mode=harf" ,
98
98
]
@@ -122,8 +122,8 @@ metadata-file = "metadata.yml"
122
122
[output .pandoc .profile .html .variables ]
123
123
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
124
124
monofont = " Noto Sans Mono"
125
- mainfontfallback = [" Open Sans" ]
126
- sansfontfallback = [" Open Sans" ]
125
+ mainfontfallback = [" Open Sans:style=Regular " ]
126
+ sansfontfallback = [" Open Sans:style=Regular " ]
127
127
monofontfallback = [
128
128
" Noto Color Emoji:mode=harf" ,
129
129
]
0 commit comments