mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-11-16 19:50:44 +01:00
fix reference to fallback font
This commit is contained in:
parent
dab563a329
commit
5edddf102e
1 changed files with 6 additions and 6 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue