change code/preformatted text font face

This commit is contained in:
Gered 2013-05-26 10:58:42 -04:00
parent 1302c45ada
commit cbdd265a0f

View file

@ -4,6 +4,10 @@ body {
margin-top: 10px;
}
code, pre {
font-family: "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Consolas, "Liberation Mono", Courier, monospace;
}
.error {
color: red;
}