提交 b3379534 编写于 作者: V Veljko Tornjanski

Merge pull request #64 from TornjV/fix/font

Revert font change
...@@ -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.
先完成此消息的编辑!
想要评论请 注册