Skip to content

Commit

Permalink
Merge pull request #104 from ZedThree/fix-monospace-vivaldi
Browse files Browse the repository at this point in the history
Fixes #98
  • Loading branch information
hugovk committed Feb 6, 2023
2 parents 688f3ef + 15c8fc9 commit f769cf3
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 f769cf3

Please sign in to comment.