Back to Developer Roadmap

Fonts

src/data/roadmaps/flutter/content/[email protected]

4.0590 B
Original Source

Fonts

You can use custom fonts in your app by including the font file in your app's assets and specifying the font in your app's styles. To use a custom font:

  • Add the font files to your app's assets folder.
  • In your pubspec.yaml file, specify the fonts under the flutter section
  • In your app's styles, specify the font family
  • Use the font in a Text widget

Visit the following resources to learn more: