-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustdoc: add optional woff2 versions of Source Serif and Source Code #86402
Conversation
Some changes occurred in HTML/CSS/JS. |
(rust-highfive has picked a reviewer for you, use r? to override) |
Looks good to me but considering how complicated font updates were in the past, I'll ask our expert to review. :) r? @jsha |
I've confirmed that the SourceCodePro files are identical with the ones from https://github.com/adobe-fonts/source-code-pro/releases/tag/2.038R-ro%2F1.058R-it%2F1.018R-VAR, and that the SourceSerif4 files are identical with the ones from https://github.com/adobe-fonts/source-serif. And all the diffs seem to be correct. 👍🏻 Thanks for making this change, @tspiteri. @bors r+ |
📌 Commit a7d2061 has been approved by |
⌛ Testing commit a7d2061 with merge c262790f0666dc107cc85cdf6622efe250eb8689... |
💔 Test failed - checks-actions |
I cannot interpret the logs and have no idea why CI failed. |
⌛ Trying commit a7d2061 with merge fc68d26a2d1c15d7eeddc9fda066cc1afe2df94e... |
Failed without logs, the apple machine must have been reallocated in the middle of a build. @bors retry |
⌛ Trying commit a7d2061 with merge e9b470e60b35770edf3072a8c057575129dcc219... |
@jsha note that |
@bors r- r=jsha |
📌 Commit a7d2061 has been approved by |
☀️ Test successful - checks-actions |
👀 Test was successful, but fast-forwarding failed: 422 Update is not a fast forward |
@rust-lang/infra I think we confused bors, do you know how to fix it? |
@bors retry |
rustdoc: add optional woff2 versions of Source Serif and Source Code This provides woff2 versions of Source Serif and Source Code similar to how rust-lang#82545 provides woff2 versions of Fira Sans. The total byte count for the six files (three for each font family) is reduced by 25% from 476 KiB to 358 KiB.
Rollup of 6 pull requests Successful merges: - rust-lang#86393 (Add regression test for issue rust-lang#52025) - rust-lang#86402 (rustdoc: add optional woff2 versions of Source Serif and Source Code) - rust-lang#86451 (Resolve intra-doc links in summary desc) - rust-lang#86501 (Cleanup handling of `crate_name` for doctests) - rust-lang#86517 (Fix `unused_unsafe` around `await`) - rust-lang#86537 (Mark some edition tests as check-pass) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This provides woff2 versions of Source Serif and Source Code similar to how #82545 provides woff2 versions of Fira Sans. The total byte count for the six files (three for each font family) is reduced by 25% from 476 KiB to 358 KiB.