Browse Source

Editing font to serif

Nathan Schneider 5 years ago
parent
commit
3c1f09bfdf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _layouts/create.html

+ 1 - 1
_layouts/create.html

@@ -6,7 +6,7 @@ layout: default
   .editable {
     padding: 10px 10px 10px 10px;
     min-height: 1.5em;
-    font-family: monospace;
+    font-family: serif;
     border: 1px dashed gray;
   }
   .question {