Browse Source

Editing font to serif

Nathan Schneider 5 năm trước cách đây
mục cha
commit
3c1f09bfdf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      _layouts/create.html

+ 1 - 1
_layouts/create.html

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