Skip to main content

How to Change App Font?

To change the font used in your News App:

  1. Go to the assets > font folder. Copy your custom font files here.

  2. Now open pubspec.yaml and update the font section with your font names as shown below:

    Font Configuration

  3. Go to lib > ui > styles folder and change your font names in the theme files for both Light and Dark themes:

    Font Theme

This will apply your custom fonts throughout the application.