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 @@ -478,10 +478,10 @@ fn write_shared(cx: &Context,
478
478
include_bin ! ( "static/FiraSans-Regular.woff" ) ) ) ;
479
479
try!( write ( cx. dst . join ( "FiraSans-Medium.woff" ) ,
480
480
include_bin ! ( "static/FiraSans-Medium.woff" ) ) ) ;
481
- try!( write ( cx. dst . join ( "SourceSerifPro-Bold.woff" ) ,
482
- include_bin ! ( "static/SourceSerifPro-Bold.woff" ) ) ) ;
483
481
try!( write ( cx. dst . join ( "Heuristica-Italic.woff" ) ,
484
482
include_bin ! ( "static/Heuristica-Italic.woff" ) ) ) ;
483
+ try!( write ( cx. dst . join ( "SourceSerifPro-Regular.woff" ) ,
484
+ include_bin ! ( "static/SourceSerifPro-Regular.woff" ) ) ) ;
485
485
try!( write ( cx. dst . join ( "SourceSerifPro-Bold.woff" ) ,
486
486
include_bin ! ( "static/SourceSerifPro-Bold.woff" ) ) ) ;
487
487
try!( write ( cx. dst . join ( "SourceCodePro-Regular.woff" ) ,
You can’t perform that action at this time.
0 commit comments