Sets the font family for the text
Example:
Text('Hello').fontFamily('Roboto')
Text fontFamily(String fontFamily) => _copyWith(style: TextStyle(fontFamily: fontFamily));