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,
486
486
include_bin ! ( "static/FiraSans-Regular.woff" ) ) ) ;
487
487
try!( write ( cx. dst . join ( "FiraSans-Medium.woff" ) ,
488
488
include_bin ! ( "static/FiraSans-Medium.woff" ) ) ) ;
489
- try!( write ( cx. dst . join ( "SourceSerifPro-Bold.woff" ) ,
490
- include_bin ! ( "static/SourceSerifPro-Bold.woff" ) ) ) ;
491
489
try!( write ( cx. dst . join ( "Heuristica-Italic.woff" ) ,
492
490
include_bin ! ( "static/Heuristica-Italic.woff" ) ) ) ;
491
+ try!( write ( cx. dst . join ( "SourceSerifPro-Regular.woff" ) ,
492
+ include_bin ! ( "static/SourceSerifPro-Regular.woff" ) ) ) ;
493
493
try!( write ( cx. dst . join ( "SourceSerifPro-Bold.woff" ) ,
494
494
include_bin ! ( "static/SourceSerifPro-Bold.woff" ) ) ) ;
495
495
try!( write ( cx. dst . join ( "SourceCodePro-Regular.woff" ) ,
You can’t perform that action at this time.
0 commit comments