Skip to content
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

Remove intermediate font specs #55760

Merged
merged 1 commit into from
Nov 9, 2018
Merged

Commits on Nov 7, 2018

  1. Remove intermediate font specs

    This is a (much) more constrained version of rust-lang#54772 that also aims at
    improving the situation in rust-lang#34681. It removes any font specifications
    that are not the "official" rustdoc font, and instead relies on the
    browser to provide the fallback font if the official on is not
    available. On Linux systems, this is particularly important, as fonts
    like Helvetica, Arial, and Times often look pretty bad since they're
    pulled from extracted MS fonts. A specification like `serif` or
    `sans-serif` lets the browser instead choose a good font.
    jonhoo committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    36f815b View commit details
    Browse the repository at this point in the history