Merge pull request #112 from github/system-font

Only using the fixed width font inside the editor
This commit is contained in:
Jon Rohan
2012-12-26 10:59:04 -08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
html, body {
font: 16px Inconsolata, Monaco, Courier !important;
font: caption !important;
width: 100%;
height: 100%;
overflow: hidden;

View File

@@ -6,6 +6,7 @@
-webkit-box-flex: 1;
position: relative;
z-index: 0;
font-family: Inconsolata, Monaco, Courier !important;
}
.editor.mini {