Skip to content
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

Text rendered in browser container is blurry compared to Chrome/Firefox #376

Open
deanpress opened this issue Jul 29, 2018 · 0 comments
Open
Labels
bug Something isn't working community issue Open for community contributions team issue This issue will be handled by the nOS core team

Comments

@deanpress
Copy link
Member

deanpress commented Jul 29, 2018

Expected Behavior

Text rendered by the browser container should be clear.

Current Behavior

Text is slightly more blurry in comparison to Chrome and Firefox.

image

Specifications

  • nOS Client version used: develop branch
  • Operating System and version (desktop or mobile): Windows 10

Possible Solution

The following CSS appears to have worked for Electron-based projects with the same issue:

-webkit-font-smoothing: subpixel-antialiased;
text-rendering:optimizeSpeed;

References:

electron/electron#3349
electron/electron#8708
ajaxorg/ace#3081

@deanpress deanpress added bug Something isn't working community issue Open for community contributions team issue This issue will be handled by the nOS core team labels Jul 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community issue Open for community contributions team issue This issue will be handled by the nOS core team
Projects
None yet
Development

No branches or pull requests

1 participant