Better font stack for the code preview

This commit is contained in:
Klaus Silveira
2012-05-25 19:32:48 -03:00
parent 68ba842be5
commit 2177c84103
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
.CodeMirror {
line-height: 1em;
font-family: monospace;
font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}
.CodeMirror-scroll {