H2 property
Implementation
static final TextStyle H2 = TextStyle(
fontSize: 18,
fontWeight: FontWeight.w800,
fontFamily: _fontName,
height: 1.4,
);
static final TextStyle H2 = TextStyle(
fontSize: 18,
fontWeight: FontWeight.w800,
fontFamily: _fontName,
height: 1.4,
);