tell application "Keynote" tell document 1 set theSlides to slides repeat with s in the slides tell presenter notes of s set font to "Helvetica" set size to 24 end tell end repeat end tell end tell