Skip to content

Commit

Permalink
Add woff2 fonts to essential files unversioned
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 5, 2021
1 parent 072c537 commit 5e5f407
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docbuilder/rustwide_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ const ESSENTIAL_FILES_VERSIONED: &[&str] = &[
];
const ESSENTIAL_FILES_UNVERSIONED: &[&str] = &[
"FiraSans-Medium.woff",
"FireSans-Medium.woff2",
"FiraSans-Regular.woff",
"FireSans-Regular.woff2",
"SourceCodePro-Regular.woff",
"SourceCodePro-Semibold.woff",
"SourceSerifPro-Bold.ttf.woff",
Expand Down

0 comments on commit 5e5f407

Please sign in to comment.