diff options
| author | Trevor Spiteri <trevor.spiteri@um.edu.mt> | 2019-01-07 14:27:50 +0100 |
|---|---|---|
| committer | Trevor Spiteri <trevor.spiteri@um.edu.mt> | 2019-01-07 14:27:50 +0100 |
| commit | d2ac094c99993d0bf3be2b480bf63605f1b39ab3 (patch) | |
| tree | fec5abd850936b5f4eb61bd2a01cd68901799caa /src/librustdoc/html/render.rs | |
| parent | aa257ec73ed96782821fc90e3aa9698813fa8385 (diff) | |
| download | rust-d2ac094c99993d0bf3be2b480bf63605f1b39ab3.tar.gz rust-d2ac094c99993d0bf3be2b480bf63605f1b39ab3.zip | |
Update static files code for updated Source Serif Pro font
Diffstat (limited to 'src/librustdoc/html/render.rs')
| -rw-r--r-- | src/librustdoc/html/render.rs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs index 184d5b24d6e..b48951d7593 100644 --- a/src/librustdoc/html/render.rs +++ b/src/librustdoc/html/render.rs @@ -893,14 +893,12 @@ themePicker.onblur = handleThemeButtonsBlur; static_files::fira_sans::MEDIUM)?; write(cx.dst.join("FiraSans-LICENSE.txt"), static_files::fira_sans::LICENSE)?; - write(cx.dst.join("Heuristica-Italic.woff"), - static_files::heuristica::ITALIC)?; - write(cx.dst.join("Heuristica-LICENSE.txt"), - static_files::heuristica::LICENSE)?; - write(cx.dst.join("SourceSerifPro-Regular.woff"), + write(cx.dst.join("SourceSerifPro-Regular.ttf.woff"), static_files::source_serif_pro::REGULAR)?; - write(cx.dst.join("SourceSerifPro-Bold.woff"), + write(cx.dst.join("SourceSerifPro-Bold.ttf.woff"), static_files::source_serif_pro::BOLD)?; + write(cx.dst.join("SourceSerifPro-It.ttf.woff"), + static_files::source_serif_pro::ITALIC)?; write(cx.dst.join("SourceSerifPro-LICENSE.txt"), static_files::source_serif_pro::LICENSE)?; write(cx.dst.join("SourceCodePro-Regular.woff"), |
