Skip to content

Commit 4ab06a1

Browse files
author
Will Bamberg
committed
Change autocomplete options
1 parent 0e3b7bf commit 4ab06a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • editable-samples/pages/font/js

editable-samples/pages/font/js/font.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ var cmInitContent = 'font: italic 2em cursive;';
33
var cmMatchToShowCompletions = "font: ";
44

55
var cmCompletionChoices = [
6-
'1.5em/1.2 courier',
76
'italic 2em cursive',
8-
'italic small-caps bolder condensed 24px/2 cursive',
7+
'1.5em/1.2 courier',
8+
'small-caps bold 24px/2 sans-serif',
99
'caption'
1010
];

0 commit comments

Comments
 (0)