@override FontStyle convertTarget(String source) { return FontStyle.values.firstWhere((value) => value.name == source); }