From 6c7f928b031e84055ba70615f0cc488b63de8d68 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 15 Sep 2020 23:26:18 +0300 Subject: [PATCH] Skip Lucida Grande, broken in Chrome on macOS --- python_docs_theme/static/pydoctheme.css | 2 +- python_docs_theme/theme.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python_docs_theme/static/pydoctheme.css b/python_docs_theme/static/pydoctheme.css index 33f74d79..d06dc4cf 100644 --- a/python_docs_theme/static/pydoctheme.css +++ b/python_docs_theme/static/pydoctheme.css @@ -57,7 +57,7 @@ div.sphinxsidebar a:hover { form.inline-search input, div.sphinxsidebar input { - font-family: 'Lucida Grande',Arial,sans-serif; + font-family: Arial,sans-serif; border: 1px solid #999999; font-size: smaller; border-radius: 3px; diff --git a/python_docs_theme/theme.conf b/python_docs_theme/theme.conf index 22762ecf..4913090b 100644 --- a/python_docs_theme/theme.conf +++ b/python_docs_theme/theme.conf @@ -4,8 +4,8 @@ stylesheet = pydoctheme.css pygments_style = sphinx [options] -bodyfont = 'Lucida Grande', Arial, sans-serif -headfont = 'Lucida Grande', Arial, sans-serif +bodyfont = Arial, sans-serif +headfont = Arial, sans-serif footerbgcolor = white footertextcolor = #555555 relbarbgcolor = white