diff options
| author | bors <bors@rust-lang.org> | 2014-07-12 12:51:38 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-07-12 12:51:38 +0000 |
| commit | da4e4e4e0a7778a85748aa4a303b13f603e96b4b (patch) | |
| tree | 226a81d842396c8ad359fdc2a74154ab166efd81 /src | |
| parent | cdd6346f458084ef9f9e6e1b640225be4a8aca70 (diff) | |
| parent | f26c31d695666a6863f86bfeede2bea91f4ba942 (diff) | |
| download | rust-da4e4e4e0a7778a85748aa4a303b13f603e96b4b.tar.gz rust-da4e4e4e0a7778a85748aa4a303b13f603e96b4b.zip | |
auto merge of #15602 : adrientetar/rust/name-fix, r=huonw
Not sure how I did miss that in the first place... r? @alexcrichton
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/render.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs index 3761f918332..ed047ef629d 100644 --- a/src/librustdoc/html/render.rs +++ b/src/librustdoc/html/render.rs @@ -486,10 +486,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"), |
