提交 6a31cc8c 编写于 作者: T TornjV

Revert font change

上级 18426b38
...@@ -25,9 +25,7 @@ var initEditor = function(id) { ...@@ -25,9 +25,7 @@ var initEditor = function(id) {
editor.setOptions({ editor.setOptions({
enableBasicAutocompletion: true, enableBasicAutocompletion: true,
enableSnippets: true, enableSnippets: true,
enableLiveAutocompletion: true, enableLiveAutocompletion: true
fontFamily: "Source Code Pro",
fontSize: "10pt"
}); });
editor.setTheme("ace/theme/tomorrow_night_eighties"); editor.setTheme("ace/theme/tomorrow_night_eighties");
editor.session.setMode("ace/mode/javascript"); editor.session.setMode("ace/mode/javascript");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册