-
-
Notifications
You must be signed in to change notification settings - Fork 859
CSS: code-blocks are not displayed in monospace #581
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
RTD theme:
GH rst2html:
|
Can reproduce:
It gets the font from tt, code, pre {
font-family: monospace, sans-serif;
font-size: 96.5%;
} However, https://www.zipcon.net/~swhite/docs/computers/browsers/fonttest.html Could it be the non-whole number |
And this also happens at https://pip.pypa.io, so this is likely a https://github.com/python/python-docs-theme bug. |
For the record, all the code-blocks from the devguide appears in monospace on my Chrome Android, as of August 2021. Should this be closed? |
Looks good |
The code blocks in the Python Devguide are not in monospace? It's borking the ASCII art, and possibly other code blocks?
Example::
https://devguide.python.org/garbage_collector/#memory-layout-and-object-structure
https://github.com/python/devguide/blob/master/garbage_collector.rst#memory-layout-and-object-structure
https://raw.githubusercontent.com/python/devguide/master/garbage_collector.rst
The text was updated successfully, but these errors were encountered: