We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Firefox, all the text in Hackmd documents is rendered without subpixel antialiasing.
The text is hard to read on non-hi-DPI screens.
The text should be rendered as set up in the system.
It must be something to do with CSS styling. Possibly, semi-transparent backgrounds.
If I apply a user style like this
.CodeMirror-sizer { background: white; }
the code pane starts to render the fonts correctly:
I use HackMD on:
** Desktop**
In Chromium, everything is rendered correctly, with subpixel antialiasing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current behaviour
In Firefox, all the text in Hackmd documents is rendered without subpixel antialiasing.
The text is hard to read on non-hi-DPI screens.
Expected behaviour
The text should be rendered as set up in the system.
Notes
It must be something to do with CSS styling. Possibly, semi-transparent backgrounds.
If I apply a user style like this
the code pane starts to render the fonts correctly:
Environment
I use HackMD on:
** Desktop**
In Chromium, everything is rendered correctly, with subpixel antialiasing.
The text was updated successfully, but these errors were encountered: