Get FontFamily
String? get fontFamily { return _fontFamily; }
Set FontFamily
set fontFamily(String? family) { _fontFamily = family; }