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

Typography is rendering differently in Firefox than it is in Chrome #851

Closed
trevorsaint opened this issue Jul 23, 2020 · 1 comment
Closed
Labels
Bug Something isn't working

Comments

@trevorsaint
Copy link
Contributor

Typography is rendering differently in Firefox than it is in Chrome

We have
-webkit-font-smoothing: antialiased;

Missing
-moz-osx-font-smoothing: grayscale;

Adding this should fix the issue, ensuring typography consistency.

Chrome
image

Firefox rendering thicker
image

Originally posted by @trevorsaint in #233 (comment)

@trevorsaint trevorsaint added the Bug Something isn't working label Jul 23, 2020
@jrbarnes9
Copy link
Contributor

Resolved in #1372

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants