diff --git a/stylesheets/application.scss b/stylesheets/application.scss index 20582a5..097426a 100644 --- a/stylesheets/application.scss +++ b/stylesheets/application.scss @@ -325,6 +325,10 @@ div.wiki { padding-right: 1ex; } +pre, code, table.filecontent td.line-code pre { + font-family: Consolas, Menlo, "Bitstream Vera Sans Mono", monospace; +} + #history { border: 0; }