There was an error while loading. Please reload this page.
1 parent 85b4f65 commit 96b7e03Copy full SHA for 96b7e03
1 file changed
js/script.js
@@ -25,7 +25,9 @@ var initEditor = function(id) {
25
editor.setOptions({
26
enableBasicAutocompletion: true,
27
enableSnippets: true,
28
- enableLiveAutocompletion: true
+ enableLiveAutocompletion: true,
29
+ fontFamily: "Source Code Pro",
30
+ fontSize: "10pt"
31
});
32
editor.setTheme("ace/theme/tomorrow_night_eighties");
33
editor.session.setMode("ace/mode/javascript");
0 commit comments