@@ -53,7 +53,6 @@ monofontfallback = [
53
53
]
54
54
linkcolor = " Links"
55
55
urlcolor = " Links"
56
- linkstyle = " bold"
57
56
urlstyle = " rm"
58
57
documentclass = " book"
59
58
fontsize = " 11pt"
@@ -63,7 +62,6 @@ header-includes = [
63
62
# Reduce font size of code blocks
64
63
" \\ DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\\\\ {\\ },fontsize=\\ small}" ,
65
64
]
66
- highlight-style = " book/custom.theme"
67
65
68
66
[output .pandoc .profile .paperback ]
69
67
output-file = " 100-exercises-to-learn-rust.pdf"
@@ -94,11 +92,12 @@ sansfontfallback = ["Noto Color Emoji:mode=harf"]
94
92
monofontfallback = [
95
93
" Noto Color Emoji:mode=harf" ,
96
94
]
95
+ linkcolor = " Links"
96
+ urlcolor = " Links"
97
97
urlstyle = " rm"
98
- documentclass = " book"
99
- fontsize = " 11pt"
100
98
geometry = " papersize={8in,10in},top=2cm,bottom=2cm,left=2.8cm,right=2.5cm"
101
99
header-includes = [
100
+ " \\ definecolor{Links}{HTML}{6200EE}" ,
102
101
# Reduce font size of code blocks
103
102
" \\ DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\\\\ {\\ },fontsize=\\ small}" ,
104
103
]
@@ -116,14 +115,24 @@ metadata-file = "metadata.yml"
116
115
117
116
[output .pandoc .profile .html .variables ]
118
117
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
119
- mainfont = " Noto Serif"
120
- sansfont = " Noto Sans"
118
+ mainfont = " CoreSansA45.ttf"
119
+ mainfontoptions = [
120
+ " BoldFont=CoreSansA65.ttf" ,
121
+ " ItalicFont=CoreSansA45It.ttf" ,
122
+ " BoldItalicFont=CoreSansA65It.ttf" ,
123
+ ]
124
+ sansfont = " CoreSansA45.ttf"
125
+ sansfontoptions = [
126
+ " BoldFont=CoreSansA65.ttf" ,
127
+ " ItalicFont=CoreSansA45It.ttf" ,
128
+ " BoldItalicFont=CoreSansA65It.ttf" ,
129
+ ]
121
130
monofont = " Noto Sans Mono"
122
131
mainfontfallback = [" Noto Color Emoji:mode=harf" ]
123
132
sansfontfallback = [" Noto Color Emoji:mode=harf" ]
124
133
monofontfallback = [
125
134
" Noto Color Emoji:mode=harf" ,
126
135
]
127
- linkcolor = " blue "
128
- urlcolor = " blue "
136
+ linkcolor = " Links "
137
+ urlcolor = " Links "
129
138
urlstyle = " rm"
0 commit comments