-
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] Incorrect font rendering by Webkit on Ubuntu #22429
Comments
@mxschmitt , as per we checked, opening the URL |
@ankur-lt I can repro this inside docker container with your script and Playwright 1.32.3 And it also does not reproduce for me with the upcoming Playwright 1.33. Could you please try yourself with our canary builds? You can install one inside docker with |
Thanks, @aslushnikov! Using the canary build resolved the issue. |
Sweet! Looks like this is fixed then and will be released in the upcoming 1.33. Closing! |
Hey, I am experiencing the same issue with Montserrat on a Windows 11 machine while emulating on Playwright. Any fixes? Playwright: 1.40.1 |
I am using python. And using this in azure server in windows environment. Is there any solution for this. I am using this playwright version: playwright==1.47.0 |
System info
Source code
app.js
Steps
Expected
Actual
Context
My use case is to capture screenshots on different browsers.
It works perfectly fine on my local setup (details given below) for all the browsers i.e
chromium
,firefox
andwebkit
. But it doesn't work onUbuntu
specifically forwebkit
, works fine forchromium
andfirefox
. (Ubuntu runs on the Docker imagemcr.microsoft.com/playwright:v1.32.3-jammy
. However, I also tried it on a live machine, it produces the same screenshots as the container)The issue seems to be font rendering.
Webkit
onUbuntu
can't render different weights of the fontmacOS (Local setup)
Similar Issues
#16104, #7441, #2626
The text was updated successfully, but these errors were encountered: