use monospace fonts for code blocks

This commit is contained in:
jomo
2015-06-17 21:21:20 +02:00
parent df5bf67dd7
commit 5fb6e8a9e2

View File

@@ -372,6 +372,7 @@ pre {
border: 1px solid #ccc;
border-radius: 3px;
overflow-x: auto;
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
}