We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a08b380 + 5f063bd commit 9916043Copy full SHA for 9916043
2 files changed
python_docs_theme/static/pydoctheme.css
@@ -170,7 +170,7 @@ div.sphinxsidebar a:hover {
170
form.inline-search input,
171
div.sphinxsidebar input,
172
div.related input {
173
- font-family: 'Lucida Grande', Arial, sans-serif;
+ font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
174
border: 1px solid #999999;
175
font-size: smaller;
176
border-radius: 3px;
@@ -258,7 +258,7 @@ div.body a:hover {
258
}
259
260
tt, code, pre {
261
- font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
+ font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
262
font-size: 96.5%;
263
264
@@ -362,7 +362,7 @@ div.genindex-jumpbox a {
362
top: 0;
363
right: 0;
364
text-size: 75%;
365
- font-family: monospace;
366
padding-left: 0.2em;
367
padding-right: 0.2em;
368
border-radius: 0 3px 0 0;
python_docs_theme/theme.conf
@@ -5,8 +5,8 @@ pygments_style = default
5
pygments_dark_style = monokai
6
7
[options]
8
-bodyfont = 'Lucida Grande', Arial, sans-serif
9
-headfont = 'Lucida Grande', Arial, sans-serif
+bodyfont = -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif
+headfont = -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif
10
footerbgcolor = white
11
footertextcolor = #555555
12
relbarbgcolor = white
0 commit comments