I changed the code to:
Code:
var isFont:Font = new Font1();
var isFormat:TextFormat = new TextFormat();
isFormat.font = isFont.fontName;
isFormat.size = 12;
shop_mask.shop_mc.tShirtColour.textField.defaultTextFormat = isFormat;
shop_mask.shop_mc.tShirtColour..textField.embedFonts = true;
and received:

ReferenceError: Error #1056: Cannot create property defaultTextFormat on fl.controls.TextInput.
at indoorshredwebsite_fla::MainTimeline/indoorshredwebsite_fla::frame1()