Skip to content

Commit 96b7e03

Browse files
committed
Added Source Code Pro font for the data and code containers
1 parent 85b4f65 commit 96b7e03

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

js/script.js

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

0 commit comments

Comments
 (0)