🗛 Google Fonts
Add and hot reload any font from Google Fonts
Add the Google Fonts package to your pubspec.yaml
file.
Customize the Global Font
theme.dart
import 'package:google_fonts/google_fonts.dart';
var appTheme = ThemeData(
fontFamily: GoogleFonts.nunito().fontFamily,
// ...
);