Skip to content

Commit 5e5f407

Browse files
committed
Add woff2 fonts to essential files unversioned
1 parent 072c537 commit 5e5f407

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/docbuilder/rustwide_builder.rs

+2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ const ESSENTIAL_FILES_VERSIONED: &[&str] = &[
4747
];
4848
const ESSENTIAL_FILES_UNVERSIONED: &[&str] = &[
4949
"FiraSans-Medium.woff",
50+
"FireSans-Medium.woff2",
5051
"FiraSans-Regular.woff",
52+
"FireSans-Regular.woff2",
5153
"SourceCodePro-Regular.woff",
5254
"SourceCodePro-Semibold.woff",
5355
"SourceSerifPro-Bold.ttf.woff",

0 commit comments

Comments
 (0)