提交 8699a389 编写于 作者: N nem035

Added Source Code Pro font for the data and code containers

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