Skip to content

Commit

Permalink
Fix problem with monospace rendering in Vivaldi
Browse files Browse the repository at this point in the history
Fixes python#98
  • Loading branch information
ZedThree committed Jan 30, 2023
1 parent 688f3ef commit 15c8fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python_docs_theme/static/pydoctheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ div.body a:hover {
}

tt, code, pre {
font-family: "monospace", monospace;
font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
font-size: 96.5%;
}

Expand Down Expand Up @@ -223,7 +223,7 @@ div.footer a:hover {
}

dl > dt span ~ em {
font-family: "monospace", monospace;
font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
}

.toctree-wrapper ul {
Expand Down

0 comments on commit 15c8fc9

Please sign in to comment.