Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
CSS: code-blocks are not displayed in monospace #581
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. |


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: