Skip to content

Instantly share code, notes, and snippets.

@tpetrzilkaCD
tpetrzilkaCD / gist:c2c990138d8924e22398da826cbaa910
Last active February 6, 2024 15:20 — forked from dsottimano/gist:20a50daded2128b4c86acb430cecba67
Google slides - change font for every slide using apps script
//script adapted by @dsottimano - source> https://gist.github.com/dsottimano/20a50daded2128b4c86acb430cecba67
//original from: https://stackoverflow.com/questions/52569689/clear-text-formatting-in-slides-using-apps-script
//credit to https://stackoverflow.com/users/7108653/tanaike
function onOpen() {
SlidesApp.getUi()
.createMenu('Custom Menu')
.addItem('Change Master Font', 'changeFont')