-
Notifications
You must be signed in to change notification settings - Fork 5
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
Some text looks odd... #23
Comments
Also while researching it, it seems this "purple color" varies on browser. Firefox uses true subpixel rendering causing the purple, yet on chrome, the text just becomes stretched and blurry |
I'm pretty sure that this is impossible to fix with normal HTML/CSS text, since I've looked and looked and never found any solution. Every website that uses a pixel art font just blurs it. It would be fixable by using canvases to draw the text instead of using text directly in the page, but firstly, that would require drawing to a lot of canvases, and secondly, you'd need a bitmap font If someone somehow finds a solution please tell me |
Alternatively you could just make everything blurry instead |
Not sure why but atleast on the How to Join page, there is a ton of text that looks off, such as green outlines around text (as if it was like a greenscreen or something)
and some text being purplish and hard to read.
Opening console or resizing the viewport and/or browser does nothing.
Moving the browser window to another screen also doesn't fix anything, in this case I tested it on both Disp. 1 and Disp. 2...
Display 1:
Resolution: 1920x1080 (144hz)
Display 2:
Resolution: 1600x900 (60hz)
I am using Firefox 121 under Windows 10 19044.3031
Here is a screenshot taken on 100% zoom on Display 1.
And here's another taken on Display 2.
The green-screen thing is a lot less noticable (or it's completely gone) but some of the blur and purplish color is still there.
If I use Chrome, the only issue is that the text looks kinda blurry (atleast to my eyes).
(Screenshot taken on Disp. 1)
The page I was on is https://www.legacyminigames.net/join
The text was updated successfully, but these errors were encountered: