Doc theme: Stop picking specific code fonts again

d54c8a42a9 reintroduced #7714 by picking Source Code Pro again, which is *broken* on MacOS.
This commit is contained in:
Fabian Homborg 2022-01-12 12:48:14 +01:00 committed by GitHub
parent 6ef726b285
commit c6fa2ec82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,7 @@ tr, code, pre {
}
tt, code, pre, dl > dt span ~ em, #synopsis p, #synopsis code {
font-family: "Source Code Pro", "DejaVu Sans Mono", Menlo, "Ubuntu Mono", Consolas, Monaco, "Lucida Console", monospace, fixed;
font-family: monospace, fixed;
}
#synopsis .line {