소스 검색

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 {