We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d5d48a + dab15ac commit ea36406Copy full SHA for ea36406
test/src/illustrator.js
@@ -24,7 +24,7 @@ feel more connected, bringing delight in big and \
24
small ways, and empowering them to affect change."';
25
26
const fontStyle = text1.textRange.characterAttributes;
27
-fontStyle.textFont = app.textFonts.getByName("MyriadPro-Bold");
+fontStyle.textFont = app.textFonts.getByName("Courier");
28
fontStyle.size = 2.5;
29
30
// Tests for Array methods
0 commit comments