-
-
Notifications
You must be signed in to change notification settings - Fork 65
Weird monospace bug #98
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
Comments
With what version of Vivaldi, and what version of Chrome does it use? |
|
Can you try to inspect the element and check the CSS rules that apply to that text? |
Here's the text section from the "computed styles": There's also a bit that says "Rendered Fonts" that lists:
If I remove the quotes from It's also affects function signatures: dl > dt span ~ em {
font-family: "monospace", monospace;
} |
Chrome, especially on Android, has a sketch history with monospace:
I'd be tempted to just do something like Stack Overflow: font-family: ui-monospace,"Cascadia Mono","Segoe UI Mono","Liberation Mono",Menlo,Monaco,Consolas,monospace; |
I have some strange issues with the monospace fonts in Vivaldi (Chrome):
(https://docs.python.org/3/library/logging.html)
Notice how the spacing is too large and numbers seem to be unicode symbols(?)
It looks fine in Firefox:

I can see there were some changes last year (#85, #87). If I change the CSS to:
this seems to fix my issue. Having just a single
monospace
causes the text size to be a bit strange.The text was updated successfully, but these errors were encountered: