diff --git a/doc_src/python_docs_theme/static/pydoctheme.css b/doc_src/python_docs_theme/static/pydoctheme.css index 2a57e502e..8cc9cb8b1 100644 --- a/doc_src/python_docs_theme/static/pydoctheme.css +++ b/doc_src/python_docs_theme/static/pydoctheme.css @@ -125,6 +125,7 @@ div#searchbox { div.sphinxsidebar h3, div.sphinxsidebar h4 { margin-top: 1em; + font-family: inherit; } div.sphinxsidebarwrapper > h3:first-child { @@ -165,6 +166,7 @@ div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 { margin: 0; border: 0; padding: 0.3em 0; + font-family: inherit; } div.body hr {