-
Notifications
You must be signed in to change notification settings - Fork 795
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
Non-monospace fonts used for some code #562
Comments
I've noticed this as well, using Arch Linux. Python 3, SciPy, Sass, and jQuery are some of the affected docsets. All inline code and code blocks are shown in variable-width font. The affected local files display properly in Firefox and Chromium. Interestingly, other docsets including CSS, Rust, and TypeScript are not affected; they show correctly monospaced fonts in Zeal. |
It's a problem with the deprecated Qt WebKit module that is still in use. The are other related issues like #359 and #468. Building with Qt WebEngine fixes the rendering, but there some lacking features. Switching to https://github.com/annulen/webkit might be a good solution as well, but I haven't got time to test that myself. |
I'm using the latest Is there a workaround now? Thanks! |
@SyrakuShaikh Here's what I've been doing to manually enable WebEngine: Add the following flag to the
Then add |
Many thanks @bradst ! Rebuilding the package with |
While using Qt WebEngine should indeed fix all rendnering issues, Zeal lacks proper support for it, and there are way more UX bugs with it. As I said above, my hope is that with the revived Qt WebKit all those issues will go away. For now I'm marking this issue as a duplicate of #359 just to avoid multiple tickets about the same issue. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
On Arch Linux, Zeal has some issues with
font-family: monospace;
or equivalent. Django docs are rendered with a bitmap version of Helvetica. Vim, Python, Bash docs are rendered with Helvetica Neue, the sans-serif font on my OS.The text was updated successfully, but these errors were encountered: