Skip to content

Commit 76e0dd0

Browse files
committed
Update demo to include Leland.
1 parent 988daa6 commit 76e0dd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/worker/worker-vexflow-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ importScripts('../../build/cjs/vexflow-core.js');
77
onmessage = function (e) {
88
postMessage('VexFlow BUILD: ' + JSON.stringify(Vex.Flow.BUILD));
99

10-
const fonts = ['Bravura', 'Gonville', 'Petaluma'];
10+
const fonts = ['Bravura', 'Gonville', 'Petaluma', 'Leland'];
1111
const randomFont = fonts[Math.floor(Math.random() * fonts.length)];
1212
Vex.Flow.fetchMusicFont(randomFont).then(() => {
1313
Vex.Flow.setMusicFont(randomFont);

demos/worker/worker-vexflow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
importScripts('../../build/cjs/vexflow.js');
66

77
onmessage = function (e) {
8-
const fonts = ['Bravura', 'Gonville', 'Petaluma'];
8+
const fonts = ['Bravura', 'Gonville', 'Petaluma', 'Leland'];
99
const randomFont = fonts[Math.floor(Math.random() * fonts.length)];
1010
Vex.Flow.setMusicFont(randomFont);
1111

0 commit comments

Comments
 (0)