Explorar el Código

Editing font to serif

Nathan Schneider hace 5 años
padre
commit
3c1f09bfdf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {