withNovaMono method

TextStyle withNovaMono()

User the Nova Mono font with this TextStyle

Implementation

TextStyle withNovaMono() =>
    copyWith(fontFamily: "NovaMono", fontWeight: FontWeight.bold);