Fix Code Font not Monospaced

pull/710/head
Thibault Kruse 10 years ago
parent 2304f1f75b
commit 75b0aea04a

@ -145,7 +145,7 @@ abbr[title] {
/* Code */
code,
pre {
font-family: "Roboto", monospace;
font-family: "Roboto Mono", monospace;
}
code {
padding: .2em .2em;

Loading…
Cancel
Save