Skip to content

Commit da1f362

Browse files
authored
Merge pull request #1301 from dtolnay-contrib/crates.js
Add crates.js and woff2 fonts to required files
2 parents 4d8ffbe + 5e5f407 commit da1f362

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/docbuilder/rustwide_builder.rs

+3
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@ const ESSENTIAL_FILES_VERSIONED: &[&str] = &[
4343
"source-script.js",
4444
"noscript.css",
4545
"rust-logo.png",
46+
"crates.js",
4647
];
4748
const ESSENTIAL_FILES_UNVERSIONED: &[&str] = &[
4849
"FiraSans-Medium.woff",
50+
"FireSans-Medium.woff2",
4951
"FiraSans-Regular.woff",
52+
"FireSans-Regular.woff2",
5053
"SourceCodePro-Regular.woff",
5154
"SourceCodePro-Semibold.woff",
5255
"SourceSerifPro-Bold.ttf.woff",

0 commit comments

Comments
 (0)