Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python_docs_theme/static/pydoctheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions python_docs_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down