Skip to content

Commit f769cf3

Browse files
authored
Merge pull request #104 from ZedThree/fix-monospace-vivaldi
Fixes #98
2 parents 688f3ef + 15c8fc9 commit f769cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_docs_theme/static/pydoctheme.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ div.body a:hover {
151151
}
152152

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

@@ -223,7 +223,7 @@ div.footer a:hover {
223223
}
224224

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

229229
.toctree-wrapper ul {

0 commit comments

Comments
 (0)