🗛 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

file_type_flutter theme.dart
import 'package:google_fonts/google_fonts.dart';

var appTheme = ThemeData(
  fontFamily: GoogleFonts.nunito().fontFamily,
  // ...
);

Questions? Let's chat

Open Discord