Skip to content

Commit

Permalink
Merge pull request #159 from mainmatter/style-ebook
Browse files Browse the repository at this point in the history
simplify ebook styling
  • Loading branch information
marcoow authored Oct 2, 2024
2 parents a899ece + 276bdbb commit 0aecb53
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.ttf"
mainfontoptions = [
"BoldFont=CoreSansA65.ttf",
"ItalicFont=CoreSansA45It.ttf",
"BoldItalicFont=CoreSansA65It.ttf",
]
sansfont = "CoreSansA45.ttf"
sansfontoptions = [
"BoldFont=CoreSansA65.ttf",
"ItalicFont=CoreSansA45It.ttf",
"BoldItalicFont=CoreSansA65It.ttf",
]
# 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 = "Links"
urlcolor = "Links"
urlstyle = "rm"

0 comments on commit 0aecb53

Please sign in to comment.