mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 07:51:14 -03: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user