diff --git a/python_docs_theme/static/pydoctheme.css b/python_docs_theme/static/pydoctheme.css index 8651f10..d87f140 100644 --- a/python_docs_theme/static/pydoctheme.css +++ b/python_docs_theme/static/pydoctheme.css @@ -136,7 +136,7 @@ div.body a:hover { } tt, code, pre { - font-family: "monospace", sans-serif; + font-family: "monospace", monospace; font-size: 96.5%; } @@ -208,7 +208,7 @@ div.footer a:hover { } dl > dt span ~ em { - font-family: "monospace", sans-serif; + font-family: "monospace", monospace; } .toctree-wrapper ul {