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,
478478 include_bin ! ( "static/FiraSans-Regular.woff" ) ) ) ;
479479 try!( write ( cx. dst . join ( "FiraSans-Medium.woff" ) ,
480480 include_bin ! ( "static/FiraSans-Medium.woff" ) ) ) ;
481- try!( write ( cx. dst . join ( "SourceSerifPro-Bold.woff" ) ,
482- include_bin ! ( "static/SourceSerifPro-Bold.woff" ) ) ) ;
483481 try!( write ( cx. dst . join ( "Heuristica-Italic.woff" ) ,
484482 include_bin ! ( "static/Heuristica-Italic.woff" ) ) ) ;
483+ try!( write ( cx. dst . join ( "SourceSerifPro-Regular.woff" ) ,
484+ include_bin ! ( "static/SourceSerifPro-Regular.woff" ) ) ) ;
485485 try!( write ( cx. dst . join ( "SourceSerifPro-Bold.woff" ) ,
486486 include_bin ! ( "static/SourceSerifPro-Bold.woff" ) ) ) ;
487487 try!( write ( cx. dst . join ( "SourceCodePro-Regular.woff" ) ,
You can’t perform that action at this time.
0 commit comments