font1 property

String get font1

Alternative font 1. (Not as widely supported, supported in VSCode through my PR)

Implementation

String get font1 => (_cFont1 ??= _chalk.font1)(this);