mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
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:
parent
6ef726b285
commit
c6fa2ec82f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user