---
sidebar_position: 9
---

# 🔤 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
1. Place your font files in `assets/fonts/`
2. Update `pubspec.yaml` to include the fonts
3. Run `flutter pub get` to update dependencies

### 2️⃣ Apply Font
1. Open `lib/config/theme.dart`
2. Update the font family in theme settings
3. 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 