Skip to content

Commit 7b6b42a

Browse files
committed
use open sans as fallback for core sans
1 parent 2aae4ef commit 7b6b42a

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
@@ -49,8 +49,8 @@ sansfontoptions = [
4949
]
5050
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
5151
monofont = "Noto Sans Mono"
52-
mainfontfallback = ["Noto Color Emoji:mode=harf"]
53-
sansfontfallback = ["Noto Color Emoji:mode=harf"]
52+
mainfontfallback = ["Open Sans"]
53+
sansfontfallback = ["Open Sans"]
5454
monofontfallback = [
5555
"Noto Color Emoji:mode=harf",
5656
]
@@ -90,8 +90,8 @@ sansfontoptions = [
9090
]
9191
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
9292
monofont = "Noto Sans Mono"
93-
mainfontfallback = ["Noto Color Emoji:mode=harf"]
94-
sansfontfallback = ["Noto Color Emoji:mode=harf"]
93+
mainfontfallback = ["Open Sans"]
94+
sansfontfallback = ["Open Sans"]
9595
monofontfallback = [
9696
"Noto Color Emoji:mode=harf",
9797
]
@@ -121,8 +121,8 @@ metadata-file = "metadata.yml"
121121
[output.pandoc.profile.html.variables]
122122
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
123123
monofont = "Noto Sans Mono"
124-
mainfontfallback = ["Noto Color Emoji:mode=harf"]
125-
sansfontfallback = ["Noto Color Emoji:mode=harf"]
124+
mainfontfallback = ["Open Sans"]
125+
sansfontfallback = ["Open Sans"]
126126
monofontfallback = [
127127
"Noto Color Emoji:mode=harf",
128128
]

0 commit comments

Comments
 (0)