Skip to content

Commit 00f4395

Browse files
committed
Fix spelling of FiraSans-*.woff2
1 parent da1f362 commit 00f4395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docbuilder/rustwide_builder.rs

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

0 commit comments

Comments
 (0)