How to Change App Font?
To change the font used in your News App:
-
Go to the
assets > fontfolder. Copy your custom font files here. -
Now open
pubspec.yamland update the font section with your font name as shown below:
-
Go to
lib > core > theme > app_theme.dartand change your font name in the theme file for both Light and Dark themes:
This will apply your custom fonts throughout the application.