refactor: Replace hardcoded monospace font with AppTypography constant
- Updated multiple instances of the 'monospace' font family to use AppTypography.monospaceFontFamily for consistency across the application. - This change enhances maintainability and ensures a unified typography approach throughout the app.
This commit is contained in:
@@ -1168,7 +1168,7 @@ class ConduitShadows {
|
||||
class AppTypography {
|
||||
// Primary UI font now uses the platform default system font
|
||||
static const String fontFamily = '';
|
||||
static const String monospaceFontFamily = 'SF Mono';
|
||||
static const String monospaceFontFamily = 'monospace';
|
||||
|
||||
// Letter spacing values - Enhanced for better readability
|
||||
static const double letterSpacingTight = -0.5;
|
||||
|
||||
Reference in New Issue
Block a user