fix reference to fallback font

This commit is contained in:
Marco Otte-Witte
2024-11-12 11:41:00 +01:00
parent dab563a329
commit 5edddf102e

View File

@@ -50,8 +50,8 @@ sansfontoptions = [
] ]
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ # You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
monofont = "Noto Sans Mono" monofont = "Noto Sans Mono"
mainfontfallback = ["Open Sans"] mainfontfallback = ["Open Sans:style=Regular"]
sansfontfallback = ["Open Sans"] sansfontfallback = ["Open Sans:style=Regular"]
monofontfallback = [ monofontfallback = [
"Noto Color Emoji:mode=harf", "Noto Color Emoji:mode=harf",
] ]
@@ -91,8 +91,8 @@ sansfontoptions = [
] ]
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ # You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
monofont = "Noto Sans Mono" monofont = "Noto Sans Mono"
mainfontfallback = ["Open Sans"] mainfontfallback = ["Open Sans:style=Regular"]
sansfontfallback = ["Open Sans"] sansfontfallback = ["Open Sans:style=Regular"]
monofontfallback = [ monofontfallback = [
"Noto Color Emoji:mode=harf", "Noto Color Emoji:mode=harf",
] ]
@@ -122,8 +122,8 @@ metadata-file = "metadata.yml"
[output.pandoc.profile.html.variables] [output.pandoc.profile.html.variables]
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ # You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
monofont = "Noto Sans Mono" monofont = "Noto Sans Mono"
mainfontfallback = ["Open Sans"] mainfontfallback = ["Open Sans:style=Regular"]
sansfontfallback = ["Open Sans"] sansfontfallback = ["Open Sans:style=Regular"]
monofontfallback = [ monofontfallback = [
"Noto Color Emoji:mode=harf", "Noto Color Emoji:mode=harf",
] ]