Skip to content

Commit ea36406

Browse files
authored
Returned Courier as font name (#58)
Returned Courier as font name
2 parents 1d5d48a + dab15ac commit ea36406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/illustrator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ feel more connected, bringing delight in big and \
2424
small ways, and empowering them to affect change."';
2525

2626
const fontStyle = text1.textRange.characterAttributes;
27-
fontStyle.textFont = app.textFonts.getByName("MyriadPro-Bold");
27+
fontStyle.textFont = app.textFonts.getByName("Courier");
2828
fontStyle.size = 2.5;
2929

3030
// Tests for Array methods

0 commit comments

Comments
 (0)