rust/src/librustdoc/html/static/fonts
Trevor Spiteri 167fbbc994 rustdoc: update Source Serif 4 from 4.004 to 4.005
Version 4.005 was released on 2023-01-20.
2023-01-27 12:43:00 +01:00
..
FiraSans-LICENSE.txt Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
FiraSans-Medium.woff2 Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
FiraSans-Regular.woff2 Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
NanumBarunGothic-LICENSE.txt rustdoc: use ttf based font for cjk glyphs 2021-10-26 10:58:13 +09:00
NanumBarunGothic.ttf.woff2 rustdoc: use ttf based font for cjk glyphs 2021-10-26 10:58:13 +09:00
README.txt rustdoc: add hash to filename of toolchain files 2022-10-29 12:47:48 -07:00
SourceCodePro-It.ttf.woff2 Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
SourceCodePro-LICENSE.txt Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
SourceCodePro-Regular.ttf.woff2 Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
SourceCodePro-Semibold.ttf.woff2 Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
SourceSerif4-Bold.ttf.woff2 rustdoc: update Source Serif 4 from 4.004 to 4.005 2023-01-27 12:43:00 +01:00
SourceSerif4-It.ttf.woff2 rustdoc: update Source Serif 4 from 4.004 to 4.005 2023-01-27 12:43:00 +01:00
SourceSerif4-LICENSE.md rustdoc: update Source Serif 4 from 4.004 to 4.005 2023-01-27 12:43:00 +01:00
SourceSerif4-Regular.ttf.woff2 rustdoc: update Source Serif 4 from 4.004 to 4.005 2023-01-27 12:43:00 +01:00

The Nanum Barun Gothic fonts are shipped with rustdoc because the default fonts
on many Windows installs render Korean very badly. See:
 - https://github.com/rust-lang/rust/pull/84048,
 - https://github.com/rust-lang/rust/issues/84035
 - https://github.com/rust-lang/rust/pull/90232

The font files were generated with these commands:

```sh
pyftsubset NanumBarunGothic.ttf \
--unicodes=U+AC00-D7AF:U+1100-11FF,U+3130-318F,U+A960-A97F,U+D7B0-D7FF \
--output-file=NanumBarunGothic.ttf.woff2 --flavor=woff2