Skip to content

Commit e706dc7

Browse files
committed
Merge pull request algorithm-visualizer#64 from TornjV/fix/font
Revert font change
2 parents 6688547 + 5d0775b commit e706dc7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

js/script.js

Lines changed: 1 addition & 3 deletions
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)