Apply font to text
Equivalent to
TextStyle(fontFamily: input)
NikuText fontFamily(String fontFamily) { this._fontFamily = fontFamily; return this; }