浏览代码

Editing font to serif

Nathan Schneider 5 年之前
父节点
当前提交
3c1f09bfdf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {