From 59c7cd3f81c17fa1b1082123a5ffa76e5bf5d617 Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Thu, 7 Oct 2021 23:10:13 +0530 Subject: [PATCH] Fix monospace inconsistencies --- python_docs_theme/static/pydoctheme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {