We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072c537 commit 5e5f407Copy full SHA for 5e5f407
src/docbuilder/rustwide_builder.rs
@@ -47,7 +47,9 @@ const ESSENTIAL_FILES_VERSIONED: &[&str] = &[
47
];
48
const ESSENTIAL_FILES_UNVERSIONED: &[&str] = &[
49
"FiraSans-Medium.woff",
50
+ "FireSans-Medium.woff2",
51
"FiraSans-Regular.woff",
52
+ "FireSans-Regular.woff2",
53
"SourceCodePro-Regular.woff",
54
"SourceCodePro-Semibold.woff",
55
"SourceSerifPro-Bold.ttf.woff",
0 commit comments