Skip to content

Commit 0aecb53

Browse files
authored
Merge pull request mainmatter#159 from mainmatter/style-ebook
simplify ebook styling
2 parents a899ece + 276bdbb commit 0aecb53

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

book/book.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -119,25 +119,11 @@ standalone = true
119119
metadata-file = "metadata.yml"
120120

121121
[output.pandoc.profile.html.variables]
122-
mainfont = "CoreSansA45.ttf"
123-
mainfontoptions = [
124-
"BoldFont=CoreSansA65.ttf",
125-
"ItalicFont=CoreSansA45It.ttf",
126-
"BoldItalicFont=CoreSansA65It.ttf",
127-
]
128-
sansfont = "CoreSansA45.ttf"
129-
sansfontoptions = [
130-
"BoldFont=CoreSansA65.ttf",
131-
"ItalicFont=CoreSansA45It.ttf",
132-
"BoldItalicFont=CoreSansA65It.ttf",
133-
]
134122
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
135123
monofont = "Noto Sans Mono"
136124
mainfontfallback = ["Noto Color Emoji:mode=harf"]
137125
sansfontfallback = ["Noto Color Emoji:mode=harf"]
138126
monofontfallback = [
139127
"Noto Color Emoji:mode=harf",
140128
]
141-
linkcolor = "Links"
142-
urlcolor = "Links"
143129
urlstyle = "rm"

0 commit comments

Comments
 (0)