Merge pull request #1293 from def-/website-monospace

Use monospace as fallback font on website
This commit is contained in:
Simon Hafner
2014-06-25 13:48:20 -05:00

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;
}