Skip to content

Commit f616973

Browse files
sanders@oreilly.comben
authored andcommitted
Updated atlas.json
1 parent cdb23a8 commit f616973

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

atlas.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,32 @@
2828
"index": true,
2929
"toc": true,
3030
"epubcheck": false,
31-
"embedded_fonts": ["fonts/DejaVuSerif.otf", "fonts/DejaVuSans-Bold.otf", "fonts/hold/UbuntuMono-Bold.otf", "fonts/hold/UbuntuMono-BoldItalic.otf", "fonts/hold/UbuntuMono-Regular.otf", "fonts/hold/UbuntuMono-Italic.otf"]
31+
"embedded_fonts": [
32+
"fonts/DejaVuSerif.otf",
33+
"fonts/DejaVuSans-Bold.otf",
34+
"fonts/hold/UbuntuMono-Bold.otf",
35+
"fonts/hold/UbuntuMono-BoldItalic.otf",
36+
"fonts/hold/UbuntuMono-Regular.otf",
37+
"fonts/hold/UbuntuMono-Italic.otf"
38+
]
3239
},
3340
"mobi": {
3441
"index": true,
3542
"toc": true,
36-
"embedded_fonts": ["fonts/DejaVuSerif.otf", "fonts/DejaVuSans-Bold.otf", "fonts/hold/UbuntuMono-Bold.otf", "fonts/hold/UbuntuMono-BoldItalic.otf", "fonts/hold/UbuntuMono-Regular.otf", "fonts/hold/UbuntuMono-Italic.otf"]
43+
"embedded_fonts": [
44+
"fonts/DejaVuSerif.otf",
45+
"fonts/DejaVuSans-Bold.otf",
46+
"fonts/hold/UbuntuMono-Bold.otf",
47+
"fonts/hold/UbuntuMono-BoldItalic.otf",
48+
"fonts/hold/UbuntuMono-Regular.otf",
49+
"fonts/hold/UbuntuMono-Italic.otf"
50+
]
3751
},
3852
"html": {
3953
"index": true,
4054
"toc": true
4155
}
4256
},
43-
"theme": "oreillymedia/pro-git-theme",
57+
"theme": "schacon/pro-git-theme",
4458
"title": "Pro Git"
45-
}
59+
}

0 commit comments

Comments
 (0)