-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
heavy text on windows #52
Comments
It's 2018 and getting fonts to look good on multiple platforms is still hard. shrug |
I'm not able to reproduce this on my win 10 + chrome 63. I have surface pro4 and there is high resolution there. |
I am curious as to why the fonts changed. Did the CSS cleanup end up removing some properties by accident? Maybe it would be helpful to check out the way the elements are rendered in the old code to make sure we get to the same place in the new code. |
@jmsdnns Previously i missed -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; but it was mac related. I don't think i missed anything else. I tried to reproduce this issue on 3 different win10 + chrome machines, but without success. @scottdraves Can any of you check if you have the same issue on http://opensource.twosigma.com where css is similar or equal to previous version. Maybe it always looked like this? Also can you check if you have installed local version of What about Firefox/Edge. Is it only happening on chrome or system wide? |
@LeeTZ checked it again still can't see this. Can we close this? |
after deploying #51 we got
should be
works fine locally but not as deployed?
The text was updated successfully, but these errors were encountered: