You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs.rs suddenly started rendering monospace fonts quite differently.
Here's the before:
And here's the after:
Was this intentional? The only obviously glitch is the fi ligature (which is weird for a monospace font; wonder why that's happening), but as a matter of personal preference I also preferred the smaller and lighter weight fonts in the before screenshot.
The text was updated successfully, but these errors were encountered:
This is probably fallout from #930, it's not an intentional change. According to devtools this is using font-face: monospace,monospace so your default monospace font is mostly to blame, but it's still a bug on our end - we should be using rustdoc fonts.
docs.rs suddenly started rendering monospace fonts quite differently.
Here's the before:
And here's the after:
Was this intentional? The only obviously glitch is the
fi
ligature (which is weird for a monospace font; wonder why that's happening), but as a matter of personal preference I also preferred the smaller and lighter weight fonts in the before screenshot.The text was updated successfully, but these errors were encountered: