The default font of MaterialApp is described in /flutter/packages/flutter/lib/src/material/typography.dart on iOS, the default TextTheme is static const TextTheme whiteCupertino = TextTheme( display4 : TextStyle(debugLabel: ‘whiteCupertino display4’, fontFamily: ‘.SF UI Display’, inherit: true, color: Colors.white70, decoration: TextDecoration.none), display3 : TextStyle(debugLabel: ‘whiteCupertino display3’, fontFamily: ‘.SF UI Display’, inherit: true, color: Colors.white70, decoration: TextDecoration.none), display2 : TextStyle(debugLabel: ‘whiteCupertino … Read more