Skip to content

Commit 5d0775b

Browse files
committed
Revert font change
1 parent 37e3fd7 commit 5d0775b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

js/script.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ var initEditor = function(id) {
2525
editor.setOptions({
2626
enableBasicAutocompletion: true,
2727
enableSnippets: true,
28-
enableLiveAutocompletion: true,
29-
fontFamily: "Source Code Pro",
30-
fontSize: "10pt"
28+
enableLiveAutocompletion: true
3129
});
3230
editor.setTheme("ace/theme/tomorrow_night_eighties");
3331
editor.session.setMode("ace/mode/javascript");

0 commit comments

Comments
 (0)