Revert "Update Source Code Pro fonts to version 2.030"

This reverts commit 6bafc58ced.
This commit is contained in:
Manish Goregaokar 2019-04-29 14:15:28 -07:00
parent a55c2eb325
commit 7aab005341
5 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ pub mod source_code_pro {
pub static SEMIBOLD: &'static [u8] = include_bytes!("static/SourceCodePro-Semibold.woff");
/// The file `SourceCodePro-LICENSE.txt`, the license text of the Source Code Pro font.
pub static LICENSE: &'static [u8] = include_bytes!("static/SourceCodePro-LICENSE.md");
pub static LICENSE: &'static [u8] = include_bytes!("static/SourceCodePro-LICENSE.txt");
}
/// Files related to the sidebar in rustdoc sources.