Skip to content

Commit

Permalink
don't use custom fonts or colors for ebook
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Oct 2, 2024
1 parent 72b4870 commit 1cef1ed
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,25 +119,11 @@ standalone = true
metadata-file = "metadata.yml"

[output.pandoc.profile.html.variables]
mainfont = "CoreSansA45.woff2"
mainfontoptions = [
"BoldFont=CoreSansA65.woff2",
"ItalicFont=CoreSansA45It.woff2",
"BoldItalicFont=CoreSansA65It.woff2",
]
sansfont = "CoreSansA45.woff2"
sansfontoptions = [
"BoldFont=CoreSansA65.woff2",
"ItalicFont=CoreSansA45It.woff2",
"BoldItalicFont=CoreSansA65It.woff2",
]
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
monofont = "Noto Sans Mono"
mainfontfallback = ["Noto Color Emoji:mode=harf"]
sansfontfallback = ["Noto Color Emoji:mode=harf"]
monofontfallback = [
"Noto Color Emoji:mode=harf",
]
linkcolor = "#6200EE"
urlcolor = "#6200EE"
urlstyle = "rm"

0 comments on commit 1cef1ed

Please sign in to comment.