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:
Fabian Homborg 2022-01-12 17:19:16 +01:00
parent 9eb1b7a9ae
commit cc796e4dfc

View File

@ -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;