🔤 Change App Font
📋 Overview
Learn how to customize your app's typography by changing the default font.
🔄 Steps to Change Font
1️⃣ Add Font Files
- Place your font files in
assets/fonts/
- Update
pubspec.yaml
to include the fonts - Run
flutter pub get
to update dependencies
2️⃣ Apply Font
- Open
lib/config/theme.dart
- Update the font family in theme settings
- Rebuild the app to see changes
📝 Notes
- Use web-safe fonts for better compatibility
- Test font rendering on different devices
- Keep backup of original font settings