diff options
| -rwxr-xr-x | filters/html-converters/md2html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filters/html-converters/md2html b/filters/html-converters/md2html index 5cfcdcb..b3d223e 100755 --- a/filters/html-converters/md2html +++ b/filters/html-converters/md2html @@ -259,6 +259,7 @@ div#cgit .markdown-body h1 a.toclink, div#cgit .markdown-body h2 a.toclink, div# border: 1px solid #444; background-color: #1e1e1e; border-radius: 3px; + font-family: "Source Code Pro", monospace; } .markdown-body code { white-space: nowrap; |
