Changing input text font

hey guys!

I use this script to make a input field:

 this.createTextField("email_txt", 16, 100, 180, 300, textFieldHeight);
email_txt.border = true;
email_txt.type = "input";
email_text.maxChars = 40;
email_txt.background = false;
email_txt.borderColor = 0x999999; 

Does somebody know how to change the font type?
I use as2 and tryed out everything!
It might be a dumb mistake but please help me with this…:slight_smile: