-
Notifications
You must be signed in to change notification settings - Fork 56
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
How to turn on the sub-pixel anti-aliasing? #790
Comments
I think this is the way to set subpixel-antialiased. |
@abnerlee But it doesn't work. The screenshot is made after I added FYI, please look closely to the screenshot above, scale to 400% with Photoshop or other software. Maybe refer to electron/electron#6344 If you can reproduce this issue, could you please re-open it before it being actually fixed? |
@wdhwg001 If you export the content to HTML, open it with Chrome, and then set |
Any updates? This issue is still in the latest Typora (0.9.31). |
Text is still grayscale anti-aliased in Typora 0.9.32. |
Still not fixed in Typora 0.9.35 |
Does this work in v0.9.41? |
OS: Windows 10 Creator Update 64 bit
Version: latest (0.9.29 beta)
Theme: GitHub
No MacType or similar software installed.
Windows ClearType is enabled.
Changing
directWrite
fromtrue
tofalse
doesn't help.Adding
-webkit-font-smoothing: subpixel-antialiased !important;
to CSSbody{}
doesn't help.Any ideas?
The text was updated successfully, but these errors were encountered: