]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_codemirror.scss
Removed included fonts, Set to use system fonts.
[bookstack] / resources / assets / sass / _codemirror.scss
index bd85218a5dd581285101d9fc593b7f14d8eede7f..e281d4c0db7a48d6d4f248b4eacc541e1afbbc54 100644 (file)
@@ -2,7 +2,6 @@
 
 .CodeMirror {
   /* Set height, width, borders, and global font properties here */
-  font-family: monospace;
   height: 300px;
   color: black;
 }
@@ -235,7 +234,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
   -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
   border-width: 0;
   background: transparent;
-  font-family: inherit;
   font-size: inherit;
   margin: 0;
   white-space: pre;