diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index 3aaeb41a..f33be9dd 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -131,6 +131,7 @@ .ace_text-layer { color: black; + font: inherit !important; } .ace_cjk { @@ -305,4 +306,4 @@ -ms-transition-duration: 0s; transition-duration: 0s; opacity:1; -} \ No newline at end of file +}