font3 property

String get font3

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

Implementation

String get font3 => (_cFont3 ??= _chalk.font3)(this);