mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 18:55:06 +08:00
Webconfig: Remove unused font declaration
This was for <code> tags, which we don't have here. The rest is already all monospace and Source Code Pro has bugs on macOS.
This commit is contained in:
parent
9eb1b7a9ae
commit
cc796e4dfc
@ -14,11 +14,6 @@ body {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: "Source Code Pro", "DejaVu Sans Mono", Menlo, "Ubuntu Mono", Consolas, Monaco,
|
||||
"Lucida Console", monospace, fixed;
|
||||
}
|
||||
|
||||
#parent {
|
||||
width: 100%;
|
||||
min-height: 480px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user