Skip to content

Commit 6bafc58

Browse files
committed
Update Source Code Pro fonts to version 2.030
Pulled in from https://github.com/adobe-fonts/source-code-pro/
1 parent e14819a commit 6bafc58

5 files changed

+3
-3
lines changed

src/librustdoc/html/render.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ themePicker.onblur = handleThemeButtonsBlur;
936936
static_files::source_code_pro::REGULAR)?;
937937
write(cx.dst.join("SourceCodePro-Semibold.woff"),
938938
static_files::source_code_pro::SEMIBOLD)?;
939-
write(cx.dst.join("SourceCodePro-LICENSE.txt"),
939+
write(cx.dst.join("SourceCodePro-LICENSE.md"),
940940
static_files::source_code_pro::LICENSE)?;
941941
write(cx.dst.join("LICENSE-MIT.txt"),
942942
static_files::LICENSE_MIT)?;

src/librustdoc/html/static/SourceCodePro-LICENSE.txt src/librustdoc/html/static/SourceCodePro-LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ with others.
1818

1919
The OFL allows the licensed fonts to be used, studied, modified and
2020
redistributed freely as long as they are not sold by themselves. The
21-
fonts, including any derivative works, can be bundled, embedded,
21+
fonts, including any derivative works, can be bundled, embedded,
2222
redistributed and/or sold with any software provided that any reserved
2323
names are not used by derivative works. The fonts and derivatives,
2424
however, cannot be released under any other type of license. The
Binary file not shown.
Binary file not shown.

src/librustdoc/html/static_files.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub mod source_code_pro {
103103
pub static SEMIBOLD: &'static [u8] = include_bytes!("static/SourceCodePro-Semibold.woff");
104104

105105
/// The file `SourceCodePro-LICENSE.txt`, the license text of the Source Code Pro font.
106-
pub static LICENSE: &'static [u8] = include_bytes!("static/SourceCodePro-LICENSE.txt");
106+
pub static LICENSE: &'static [u8] = include_bytes!("static/SourceCodePro-LICENSE.md");
107107
}
108108

109109
/// Files related to the sidebar in rustdoc sources.

0 commit comments

Comments
 (0)