Skip to content

Commit b517745

Browse files
Merge pull request #290 from QuietMisdreavus/new-nightly-files
add new essential files from new nightly
2 parents 196dda4 + effe193 commit b517745

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/docbuilder/chroot_builder.rs

+6-4
Original file line numberDiff line numberDiff line change
@@ -386,15 +386,17 @@ impl DocBuilder {
386386
"storage.js",
387387
"theme.js",
388388
"source-script.js",
389-
"noscript.css"],
389+
"noscript.css",
390+
"rust-logo.png"],
391+
// favicon.ico is not needed because we set our own
390392
// files doesn't require rustc version subfix
391393
["FiraSans-Medium.woff",
392394
"FiraSans-Regular.woff",
393-
"Heuristica-Italic.woff",
394395
"SourceCodePro-Regular.woff",
395396
"SourceCodePro-Semibold.woff",
396-
"SourceSerifPro-Bold.woff",
397-
"SourceSerifPro-Regular.woff"]);
397+
"SourceSerifPro-Bold.ttf.woff",
398+
"SourceSerifPro-Regular.ttf.woff",
399+
"SourceSerifPro-It.ttf.woff"]);
398400

399401
let source = PathBuf::from(&self.options.chroot_path)
400402
.join("home")

0 commit comments

Comments
 (0)