Text( "Hello", style: TextStyle(fontFamily: 'Raleway'), )
MaterialApp( theme: ThemeData( textTheme: GoogleFonts.montserratTextTheme( Theme.of(context).textTheme, ), ), )