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 upSwitch to a system font stack? #55
Comments
|
Is this the same issue as #54 ? |
|
No. That PR changes this theme to use This one is suggesting we change to something like: The reasoning why we might want to use such a set of fonts, is presented pretty well on the aforementioned https://systemfontstack.com website. :) |
|
Might this also fix python/devguide#581? |
|
That's because the font-stack is monospace, sans-serif and should instead be If a PR is welcome, we should probably change the monospace font stack too (there's an example in the link provided, so... that should fix it). |
Oh! Here's more info on it: https://stackoverflow.com/a/36540436/724176
It also links to a 2010 blogpost about it, and it's not going away anytime soon! |
xref: pandas-dev/pydata-sphinx-theme#247
Would a PR switching this theme to system fonts as per https://systemfontstack.com, be acceptable?