fix reference to fallback font
This commit is contained in:
@@ -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",
|
||||
]
|
||||
@@ -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",
|
||||
]
|
||||
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user