Description
When a font fails to load, the error message is not user-friendly. Need graceful fallback with clear warnings.
Current Behavior
- Silent fallback when font not found
- No warning to user about which font is being used
- Error messages are technical
Desired Behavior
- Validate font exists at startup
- Show clear warning: "Font 'JetBrains Mono' not found, using 'Menlo'"
- Suggest installation command for missing fonts
- Log which font is actually being used
Location
- File:
config/src/font.rs
- Lines: 431-472
Estimated Time
2 hours
Description
When a font fails to load, the error message is not user-friendly. Need graceful fallback with clear warnings.
Current Behavior
Desired Behavior
Location
config/src/font.rsEstimated Time
2 hours