diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-05-26 13:30:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-26 13:30:54 +0900 |
| commit | 0264f4fe4aa5c91773a82aa60fc3ebdb5f24ec2f (patch) | |
| tree | f8f51efeaa24913cc14b0f17f08b0134f05b90d5 /src/test | |
| parent | 47a90f452050d4ea484206447babb07dd33c21d5 (diff) | |
| parent | 8a2d66337e49d5b8e60911cb34c9e15f5123488f (diff) | |
| download | rust-0264f4fe4aa5c91773a82aa60fc3ebdb5f24ec2f.tar.gz rust-0264f4fe4aa5c91773a82aa60fc3ebdb5f24ec2f.zip | |
Rollup merge of #84048 - konan8205:master, r=jsha
Avoid CJK legacy fonts in Windows As metioned in #84035, the default serif CJK font in Windows is meh-looking. To avoid this, we should use sans-serif font or provide CJK glyph supported font in `rustdoc.css`.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-make-fulldeps/print-unversioned-files/unversioned-files.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/print-unversioned-files/unversioned-files.txt b/src/test/run-make-fulldeps/print-unversioned-files/unversioned-files.txt index 4b20cd5d745..348cd1fdf37 100644 --- a/src/test/run-make-fulldeps/print-unversioned-files/unversioned-files.txt +++ b/src/test/run-make-fulldeps/print-unversioned-files/unversioned-files.txt @@ -14,3 +14,5 @@ SourceSerif4-Bold.ttf.woff SourceSerif4-It.ttf.woff SourceSerif4-LICENSE.md SourceSerif4-Regular.ttf.woff +noto-sans-kr-v13-korean-regular-LICENSE.txt +noto-sans-kr-v13-korean-regular.woff |
