File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -486,10 +486,10 @@ fn write_shared(cx: &Context,
486486 include_bin ! ( "static/FiraSans-Regular.woff" ) ) ) ;
487487 try!( write ( cx. dst . join ( "FiraSans-Medium.woff" ) ,
488488 include_bin ! ( "static/FiraSans-Medium.woff" ) ) ) ;
489- try!( write ( cx. dst . join ( "SourceSerifPro-Bold.woff" ) ,
490- include_bin ! ( "static/SourceSerifPro-Bold.woff" ) ) ) ;
491489 try!( write ( cx. dst . join ( "Heuristica-Italic.woff" ) ,
492490 include_bin ! ( "static/Heuristica-Italic.woff" ) ) ) ;
491+ try!( write ( cx. dst . join ( "SourceSerifPro-Regular.woff" ) ,
492+ include_bin ! ( "static/SourceSerifPro-Regular.woff" ) ) ) ;
493493 try!( write ( cx. dst . join ( "SourceSerifPro-Bold.woff" ) ,
494494 include_bin ! ( "static/SourceSerifPro-Bold.woff" ) ) ) ;
495495 try!( write ( cx. dst . join ( "SourceCodePro-Regular.woff" ) ,
You can’t perform that action at this time.
0 commit comments