Skip to content

Commit ef91e55

Browse files
committed
fix reference to fallback font
1 parent 201cc4e commit ef91e55

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

book/book.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ sansfontoptions = [
5050
]
5151
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
5252
monofont = "Noto Sans Mono"
53-
mainfontfallback = ["Open Sans"]
54-
sansfontfallback = ["Open Sans"]
53+
mainfontfallback = ["Open Sans:style=Regular"]
54+
sansfontfallback = ["Open Sans:style=Regular"]
5555
monofontfallback = [
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+
9393
monofont = "Noto Sans Mono"
94-
mainfontfallback = ["Open Sans"]
95-
sansfontfallback = ["Open Sans"]
94+
mainfontfallback = ["Open Sans:style=Regular"]
95+
sansfontfallback = ["Open Sans:style=Regular"]
9696
monofontfallback = [
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+
124124
monofont = "Noto Sans Mono"
125-
mainfontfallback = ["Open Sans"]
126-
sansfontfallback = ["Open Sans"]
125+
mainfontfallback = ["Open Sans:style=Regular"]
126+
sansfontfallback = ["Open Sans:style=Regular"]
127127
monofontfallback = [
128128
"Noto Color Emoji:mode=harf",
129129
]

0 commit comments

Comments
 (0)