-
Notifications
You must be signed in to change notification settings - Fork 975
Button text looks blurry on Windows #10815
Comments
For me on Windows (ja-JP) the blur cannot be noticed (I cannot see the issue even on the gif animation). I am wondering if it is related with monitors or font-family. |
-webkit-font-smoothing is supported only on macOS, so theoretically you get only the blurry button on Windows. See: https://caniuse.com/#search=font-smooth I am going to set If it does not work either, I must say we will need to add |
Manually tested the branch 3acca8d and text looks much sharp 👍 |
Thanks for confirming that! would you mind checking that other buttons style is not regressed? thanks :-) |
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
Button text looks blurry on Windows
Platform (Win7, 8, 10? macOS? Linux distro?):
Windows 10 x64
Brave Version (revision SHA):
Steps to reproduce
Actual result:
See screenshot
Expected result:
Text should be sharp irrespective of hover only button should show the hover effect
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Yes
Is this an issue in the currently released version?
Yes verified on older builds same issue
Can this issue be consistently reproduced?
Yes
Extra QA steps:
-webkit-font-smoothing: antialiased;
makes no differenceScreenshot if needed:
125% DPI
100%DPI
Any related issues:
cc: @luixxiul @cezaraugusto @jenn-rhim
The text was updated successfully, but these errors were encountered: