We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a20968 commit effe193Copy full SHA for effe193
src/docbuilder/chroot_builder.rs
@@ -386,15 +386,17 @@ impl DocBuilder {
386
"storage.js",
387
"theme.js",
388
"source-script.js",
389
- "noscript.css"],
+ "noscript.css",
390
+ "rust-logo.png"],
391
+ // favicon.ico is not needed because we set our own
392
// files doesn't require rustc version subfix
393
["FiraSans-Medium.woff",
394
"FiraSans-Regular.woff",
- "Heuristica-Italic.woff",
395
"SourceCodePro-Regular.woff",
396
"SourceCodePro-Semibold.woff",
- "SourceSerifPro-Bold.woff",
397
- "SourceSerifPro-Regular.woff"]);
+ "SourceSerifPro-Bold.ttf.woff",
398
+ "SourceSerifPro-Regular.ttf.woff",
399
+ "SourceSerifPro-It.ttf.woff"]);
400
401
let source = PathBuf::from(&self.options.chroot_path)
402
.join("home")
0 commit comments