Skip to content

Commit

Permalink
fix reference to fallback font
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Nov 12, 2024
1 parent dab563a commit 5edddf1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ sansfontoptions = [
]
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
monofont = "Noto Sans Mono"
mainfontfallback = ["Open Sans"]
sansfontfallback = ["Open Sans"]
mainfontfallback = ["Open Sans:style=Regular"]
sansfontfallback = ["Open Sans:style=Regular"]
monofontfallback = [
"Noto Color Emoji:mode=harf",
]
Expand Down Expand Up @@ -91,8 +91,8 @@ sansfontoptions = [
]
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
monofont = "Noto Sans Mono"
mainfontfallback = ["Open Sans"]
sansfontfallback = ["Open Sans"]
mainfontfallback = ["Open Sans:style=Regular"]
sansfontfallback = ["Open Sans:style=Regular"]
monofontfallback = [
"Noto Color Emoji:mode=harf",
]
Expand Down Expand Up @@ -122,8 +122,8 @@ metadata-file = "metadata.yml"
[output.pandoc.profile.html.variables]
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
monofont = "Noto Sans Mono"
mainfontfallback = ["Open Sans"]
sansfontfallback = ["Open Sans"]
mainfontfallback = ["Open Sans:style=Regular"]
sansfontfallback = ["Open Sans:style=Regular"]
monofontfallback = [
"Noto Color Emoji:mode=harf",
]
Expand Down

0 comments on commit 5edddf1

Please sign in to comment.