Skip to content

Commit

Permalink
webfonts: name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrientetar committed Jul 11, 2014
1 parent e11e094 commit f26c31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustdoc/html/render.rs
Expand Up @@ -478,10 +478,10 @@ fn write_shared(cx: &Context,
include_bin!("static/FiraSans-Regular.woff")));
try!(write(cx.dst.join("FiraSans-Medium.woff"),
include_bin!("static/FiraSans-Medium.woff")));
try!(write(cx.dst.join("SourceSerifPro-Bold.woff"),
include_bin!("static/SourceSerifPro-Bold.woff")));
try!(write(cx.dst.join("Heuristica-Italic.woff"),
include_bin!("static/Heuristica-Italic.woff")));
try!(write(cx.dst.join("SourceSerifPro-Regular.woff"),
include_bin!("static/SourceSerifPro-Regular.woff")));
try!(write(cx.dst.join("SourceSerifPro-Bold.woff"),
include_bin!("static/SourceSerifPro-Bold.woff")));
try!(write(cx.dst.join("SourceCodePro-Regular.woff"),
Expand Down

5 comments on commit f26c31d

@bors
Copy link
Contributor

@bors bors commented on f26c31d Jul 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at adrientetar@f26c31d

@bors
Copy link
Contributor

@bors bors commented on f26c31d Jul 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging adrientetar/rust/name-fix = f26c31d into auto

@bors
Copy link
Contributor

@bors bors commented on f26c31d Jul 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adrientetar/rust/name-fix = f26c31d merged ok, testing candidate = da4e4e4

@bors
Copy link
Contributor

@bors bors commented on f26c31d Jul 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = da4e4e4

Please sign in to comment.