Use monospace as fallback font on website

This commit is contained in:
def
2014-06-21 13:36:26 +02:00
parent be534279da
commit 15456b5aad

View File

@@ -93,7 +93,7 @@ html, body {
border-left:10px solid #8f9698;
background:#f3f6f8;
font-size:15px;
font-family:courier;
font-family:courier, monospace;
letter-spacing:0;
line-height:17px;
}