Remove master with script

How to remove a master with a script?

Using del and index of master you want to delete :

del Font.masters[1]
1 Like