-
Notifications
You must be signed in to change notification settings - Fork 3.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
[BUG] Webkit renders some fonts incorrectly on Windows #16104
Comments
Looks like #7441 (comment) still applies. We recommend using macOS or Linux when testing with WebKit, since when using macOS its as close as it can get with font rastering / image rendering etc. cc @fujii. |
WebKit WinCairo port is still using Cairo GDI font backend that doesn't support color fonts and variable fonts. |
Closing as per's above answer. Thanks @fujii 💯 |
I was facing the same issue while trying to reproduce a bug in webkit. |
Context:
This issue was raised here previously: #7441 (also related to #2626)
I don't think it was resolved, since the person who raised it fixed it on the end of their website, whereas the Webkit's issue is still present
An easy example would be https://nextjs.org/
Webkit:
Chrome:
The text was updated successfully, but these errors were encountered: