font property

String get font

Implementation

String get font => toStr(setting('FONT'))?.trim() ?? FmlEngine.defaultFont;