Question
Determine if font is type kit font
I can determine the number of fonts I have with:
var numOfFonts = app.fonts.length;
Yay! I have three fonts installed!
But I now need a way to determine if that font belong to typekit or not. - This process can be done manually but I'm keen to script this. However, I don't think there are any properties for this in TextItem.
Can it be done with scripting?
